Update 07-bootstrapping-etcd.md

Adding a referene for starting etcd to kubernetes.io
This commit is contained in:
rahulsoni43
2019-11-19 09:27:45 +05:30
committed by GitHub
parent 4fe0ff1921
commit 8e439d00e6

View File

@@ -117,4 +117,6 @@ sudo ETCDCTL_API=3 etcdctl member list \
54a5796a6803f252, started, master-1, https://192.168.5.11:2380, https://192.168.5.11:2379 54a5796a6803f252, started, master-1, https://192.168.5.11:2380, https://192.168.5.11:2379
``` ```
Reference: https://kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd/#starting-etcd-clusters
Next: [Bootstrapping the Kubernetes Control Plane](08-bootstrapping-kubernetes-controllers.md) Next: [Bootstrapping the Kubernetes Control Plane](08-bootstrapping-kubernetes-controllers.md)