mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
hack: fix etcd execute path in k8s example
Change /etcd to /usr/local/bin/etcd
This commit is contained in:
parent
234c30c061
commit
8c4df9a96f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user