Update description of etcd cluster size

This commit is contained in:
Lee Jones
2019-08-23 09:41:27 -05:00
committed by GitHub
parent 358fd23331
commit 75dcd10526

View File

@@ -1,6 +1,6 @@
# Bootstrapping the etcd Cluster
Kubernetes components are stateless and store cluster state in [etcd](https://github.com/coreos/etcd). In this lab you will bootstrap a three node etcd cluster and configure it for high availability and secure remote access.
Kubernetes components are stateless and store cluster state in [etcd](https://github.com/coreos/etcd). In this lab you will bootstrap a two node etcd cluster and configure it for high availability and secure remote access.
## Prerequisites