Refer to official etcd site

This commit is contained in:
Sebastiaan van Steenis
2019-09-05 06:43:36 -07:00
committed by Denise
parent c0780bcce9
commit 3b87fee3b4
2 changed files with 2 additions and 2 deletions
@@ -18,7 +18,7 @@ To deploy Kubernetes, RKE deploys several core components or services in Docker
## etcd
Kubernetes uses [etcd](https://github.com/coreos/etcd/blob/master/Documentation/docs.md) as a store for cluster state and data. Etcd is a reliable, consistent and distributed key-value store.
Kubernetes uses [etcd](https://etcd.io/) as a store for cluster state and data. Etcd is a reliable, consistent and distributed key-value store.
RKE supports running etcd in a single node mode or in HA cluster mode. It also supports adding and removing etcd nodes to the cluster.