Skip to content

Commit

Permalink
Merge pull request #5881 from goby/master
Browse files Browse the repository at this point in the history
hack: fix etcd execute path in k8s example
  • Loading branch information
gyuho authored Jul 7, 2016
2 parents 1c9e0a0 + 8c4df9a commit c4a280e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/kubernetes-deploy/etcd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metadata:
spec:
containers:
- command:
- /etcd
- /usr/local/bin/etcd
- --name
- etcd0
- --initial-advertise-peer-urls
Expand Down Expand Up @@ -82,7 +82,7 @@ metadata:
spec:
containers:
- command:
- /etcd
- /usr/local/bin/etcd
- --name
- etcd1
- --initial-advertise-peer-urls
Expand Down Expand Up @@ -141,7 +141,7 @@ metadata:
spec:
containers:
- command:
- /etcd
- /usr/local/bin/etcd
- --name
- etcd2
- --initial-advertise-peer-urls
Expand Down

0 comments on commit c4a280e

Please sign in to comment.