Merge pull request #11419 from lavalamp/docsAdminEtcd

add admin etcd doc
This commit is contained in:
David Oppenheimer
2015-07-17 16:25:35 -07:00
2 changed files with 83 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ it by running more of them-- [high-availability.md](high-availability.md)).
### etcd
```etcd``` is used as Kubernetes' backing store. All cluster data is stored here.
[etcd](etcd.md) is used as Kubernetes' backing store. All cluster data is stored here.
Proper administration of a Kubernetes cluster includes a backup plan for etcd's
data.