Skip to content

Commit

Permalink
skydns: use the etcd-2.x native syntax, enable IANA attributed ports.
Browse files Browse the repository at this point in the history
per https://github.com/coreos/etcd/blob/master/Documentation/backward_compatibility.md
(there are no functional changes, we just stop using the legacy flags, for
consistency.)

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
  • Loading branch information
AntonioMeireles committed May 5, 2015
1 parent bd3d853 commit d114f9c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions cluster/addons/dns/skydns-rc.yaml.in
Expand Up @@ -24,11 +24,12 @@ desiredState:
image: gcr.io/google_containers/etcd:2.0.9
command: [
"/usr/local/bin/etcd",
"--addr",
"127.0.0.1:4001",
"--bind-addr",
"127.0.0.1:4001",
"-initial-cluster-token=skydns-etcd",
"-listen-client-urls",
"http://127.0.0.1:2379,http://127.0.0.1:4001",
"-advertise-client-urls",
"http://127.0.0.1:2379,http://127.0.0.1:4001",
"-initial-cluster-token",
"skydns-etcd",
]
- name: kube2sky
image: gcr.io/google_containers/kube2sky:1.3
Expand Down

0 comments on commit d114f9c

Please sign in to comment.