mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Merge pull request #15962 from ArtfulCoder/skydnsConfig
update skydns config so that it does not rely on /etc/hosts
This commit is contained in:
commit
59f15bbd74
@ -56,7 +56,7 @@ spec:
|
||||
memory: 50Mi
|
||||
args:
|
||||
# command = "/skydns"
|
||||
- -machines=http://localhost:4001
|
||||
- -machines=http://127.0.0.1:4001
|
||||
- -addr=0.0.0.0:53
|
||||
- -ns-rotate=false
|
||||
- -domain={{ pillar['dns_domain'] }}.
|
||||
|
Loading…
Reference in New Issue
Block a user