From b2d7cc5e30a711d3ee7a0d604cef18d064637709 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Thu, 30 May 2019 03:24:21 +0100 Subject: [PATCH] Reword glossary entry for etcd (#14621) * Link to official etcd documentation * Reword etcd glossary entry * Update etcd.md --- content/en/docs/reference/glossary/etcd.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/glossary/etcd.md b/content/en/docs/reference/glossary/etcd.md index 6e8d5186bc..09078f40af 100755 --- a/content/en/docs/reference/glossary/etcd.md +++ b/content/en/docs/reference/glossary/etcd.md @@ -13,7 +13,10 @@ tags: --- Consistent and highly-available key value store used as Kubernetes' backing store for all cluster data. - + -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/).