Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #82 from isavin/fix_kube2sky_domain_flag
Browse files Browse the repository at this point in the history
Use double dash cmdline flags for etcd and  kube2sky cmdlines
  • Loading branch information
luxas committed Jun 28, 2016
2 parents 8c2d928 + aaea4d2 commit 6eeedc9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-multinode/skydns.yaml.in
Expand Up @@ -28,13 +28,13 @@ spec:
memory: 50Mi
command:
- /usr/local/bin/etcd
- -data-dir
- --data-dir
- /var/etcd/data
- -listen-client-urls
- --listen-client-urls
- http://127.0.0.1:2379,http://127.0.0.1:4001
- -advertise-client-urls
- --advertise-client-urls
- http://127.0.0.1:2379,http://127.0.0.1:4001
- -initial-cluster-token
- --initial-cluster-token
- skydns-etcd
volumeMounts:
- name: etcd-storage
Expand All @@ -47,7 +47,7 @@ spec:
memory: 50Mi
args:
# command = "/kube2sky"
- -domain=DNS_DOMAIN
- --domain=DNS_DOMAIN
- name: skydns
image: gcr.io/google_containers/skydns-ARCH:1.0
resources:
Expand Down

0 comments on commit 6eeedc9

Please sign in to comment.