mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-05-30 12:38:21 +00:00
infra/r740/kube: use kube dns as main dns resolver, fallback to 1.1.1.1
This commit is contained in:
@@ -44,7 +44,10 @@ data "talos_machine_configuration" "kube" {
|
||||
}
|
||||
network = {
|
||||
nameservers = [
|
||||
"10.1.2.3"
|
||||
# We need a set of nameservers that can work independently of kube
|
||||
# to bootstrap.
|
||||
"10.1.2.148",
|
||||
"1.1.1.1"
|
||||
]
|
||||
}
|
||||
certSANs = [
|
||||
|
||||
Reference in New Issue
Block a user