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
|
- rbind
|
||||||
- rshared
|
- rshared
|
||||||
- rw
|
- 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:
|
controlPlane:
|
||||||
patches:
|
patches:
|
||||||
# Disable search domain everywhere
|
# Disable search domain everywhere
|
||||||
|
|
Loading…
Reference in a new issue