Merge pull request #7764 from AntonioMeireles/skydns_etcd_deprecatedFlags

skydns: use the etcd-2.x native syntax, enable IANA attributed ports.
This commit is contained in:
CJ Cullen 2015-05-06 07:31:20 -07:00
commit a6b8b2ef59

View File

@ -22,11 +22,12 @@ spec:
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.4
args: