disable forwardKubeDNSToHost.
This commit is contained in:
parent
84a4519726
commit
e4c36571f1
1 changed files with 8 additions and 0 deletions
|
@ -76,6 +76,14 @@ nodes:
|
|||
- rbind
|
||||
- rshared
|
||||
- rw
|
||||
# disables new feature that forwards kube-dns to host-dns 10.96.0.10 --> 10.96.0.9
|
||||
- |-
|
||||
machine:
|
||||
features:
|
||||
hostDNS:
|
||||
enabled: true
|
||||
forwardKubeDNSToHost: false
|
||||
|
||||
controlPlane:
|
||||
patches:
|
||||
# Disable search domain everywhere
|
||||
|
|
Loading…
Reference in a new issue