mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
fix ./master.sh: line 125: --data-dir=/var/etcd/data: No such file or directory
This commit is contained in:
parent
315b9000e2
commit
c28b75a91f
@ -121,7 +121,7 @@ start_k8s(){
|
||||
gcr.io/google_containers/etcd:2.2.1 \
|
||||
/usr/local/bin/etcd \
|
||||
--listen-client-urls=http://127.0.0.1:4001,http://${MASTER_IP}:4001 \
|
||||
--advertise-client-urls=http://${MASTER_IP}:4001
|
||||
--advertise-client-urls=http://${MASTER_IP}:4001 \
|
||||
--data-dir=/var/etcd/data
|
||||
|
||||
sleep 5
|
||||
|
Loading…
Reference in New Issue
Block a user