kubernetes: specify correct dns address (#147)
This commit is contained in:
parent
2cf23364b4
commit
5f01f30fe7
1 changed files with 3 additions and 1 deletions
|
|
@ -39,7 +39,9 @@ metadata:
|
|||
spec:
|
||||
dataStoreName: "{{ $etcd }}"
|
||||
addons:
|
||||
coreDNS: {}
|
||||
coreDNS:
|
||||
dnsServiceIPs:
|
||||
- 10.95.0.10
|
||||
konnectivity: {}
|
||||
kubelet:
|
||||
cgroupfs: systemd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue