mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Update SkyDNS version
I had some trouble with the kubernetes docker image for SkyDNS being outdated. In my experience the version in `kubernetes/skydns:2014-12-23-001` will not behave correctly if it manages to startup before etcd, for details see skynetservices/skydns#142 Updating to SkyDNS latest fixes this.
This commit is contained in:
parent
6d465c4d86
commit
2b05820619
@ -35,7 +35,7 @@ desiredState:
|
||||
"-domain={{ pillar['dns_domain'] }}",
|
||||
]
|
||||
- name: skydns
|
||||
image: kubernetes/skydns:2014-12-23-001
|
||||
image: kubernetes/skydns:2015-03-11-001
|
||||
command: [
|
||||
# entrypoint = "/skydns",
|
||||
"-machines=http://localhost:4001",
|
||||
|
Loading…
Reference in New Issue
Block a user