From 8c4df9a96f10011f303276ba27af12c5be94a5bb Mon Sep 17 00:00:00 2001 From: laidonglin Date: Wed, 6 Jul 2016 15:07:00 +0800 Subject: [PATCH] hack: fix etcd execute path in k8s example Change /etcd to /usr/local/bin/etcd --- hack/kubernetes-deploy/etcd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hack/kubernetes-deploy/etcd.yml b/hack/kubernetes-deploy/etcd.yml index 374fc6b34..55a921745 100644 --- a/hack/kubernetes-deploy/etcd.yml +++ b/hack/kubernetes-deploy/etcd.yml @@ -23,7 +23,7 @@ metadata: spec: containers: - command: - - /etcd + - /usr/local/bin/etcd - --name - etcd0 - --initial-advertise-peer-urls @@ -82,7 +82,7 @@ metadata: spec: containers: - command: - - /etcd + - /usr/local/bin/etcd - --name - etcd1 - --initial-advertise-peer-urls @@ -141,7 +141,7 @@ metadata: spec: containers: - command: - - /etcd + - /usr/local/bin/etcd - --name - etcd2 - --initial-advertise-peer-urls