Update 07-bootstrapping-etcd.md

Adding a referene for starting etcd to kubernetes.io
pull/584/head
rahulsoni43 2019-11-19 09:27:45 +05:30 committed by GitHub
parent 4fe0ff1921
commit 8e439d00e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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
```
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)