mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Fix invocation of quay.io etcd in mesos getting started guide
This commit is contained in:
parent
e3521a8e74
commit
57d488f79a
@ -102,7 +102,10 @@ export KUBERNETES_MASTER=http://${KUBERNETES_MASTER_IP}:8888
|
|||||||
Start etcd and verify that it is running:
|
Start etcd and verify that it is running:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo docker run -d --hostname $(uname -n) --name etcd -p 4001:4001 -p 7001:7001 quay.io/coreos/etcd:v2.0.12
|
sudo docker run -d --hostname $(uname -n) --name etcd \
|
||||||
|
-p 4001:4001 -p 7001:7001 quay.io/coreos/etcd:v2.0.12 \
|
||||||
|
--listen-client-urls http://0.0.0.0:4001 \
|
||||||
|
--advertise-client-urls http://${KUBERNETES_MASTER_IP}:4001
|
||||||
```
|
```
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
Loading…
Reference in New Issue
Block a user