mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
update skydns config so that it does not rely on /etc/hosts
This commit is contained in:
parent
c8dd1200c4
commit
de44e4cbc6
@ -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