Jelajahi Sumber

Merge pull request #5881 from goby/master

hack: fix etcd execute path in k8s example
Gyu-Ho Lee 9 tahun lalu
induk
melakukan
c4a280e511
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      hack/kubernetes-deploy/etcd.yml

+ 3 - 3
hack/kubernetes-deploy/etcd.yml

@@ -23,7 +23,7 @@ metadata:
 spec:
 spec:
   containers:
   containers:
   - command:
   - command:
-    - /etcd
+    - /usr/local/bin/etcd
     - --name
     - --name
     - etcd0
     - etcd0
     - --initial-advertise-peer-urls
     - --initial-advertise-peer-urls
@@ -82,7 +82,7 @@ metadata:
 spec:
 spec:
   containers:
   containers:
   - command:
   - command:
-    - /etcd
+    - /usr/local/bin/etcd
     - --name
     - --name
     - etcd1
     - etcd1
     - --initial-advertise-peer-urls
     - --initial-advertise-peer-urls
@@ -141,7 +141,7 @@ metadata:
 spec:
 spec:
   containers:
   containers:
   - command:
   - command:
-    - /etcd
+    - /usr/local/bin/etcd
     - --name
     - --name
     - etcd2
     - etcd2
     - --initial-advertise-peer-urls
     - --initial-advertise-peer-urls