Reword glossary entry for etcd (#14621)

* Link to official etcd documentation

* Reword etcd glossary entry

* Update etcd.md
pull/14626/head
Tim Bannister 2019-05-30 03:24:21 +01:00 committed by Kubernetes Prow Robot
parent da76416973
commit b2d7cc5e30
1 changed files with 5 additions and 2 deletions

View File

@ -13,7 +13,10 @@ tags:
---
Consistent and highly-available key value store used as Kubernetes' backing store for all cluster data.
<!--more-->
<!--more-->
Always have a backup plan for etcd's data for your Kubernetes cluster. For in-depth information on etcd, see [etcd documentation](https://github.com/coreos/etcd/blob/master/Documentation/docs.md).
If your Kubernetes cluster uses etcd as its backing store, make sure you have a
[back up](/docs/tasks/administer-cluster/configure-upgrade-etcd/#backing-up-an-etcd-cluster) plan
for those data.
You can find in-depth information about etcd in the offical [documentation](https://etcd.io/docs/).