add etcd admin doc

This commit is contained in:
Daniel Smith
2015-07-16 17:55:26 -07:00
parent 2cf2f9f93f
commit ebff4ff746
2 changed files with 83 additions and 1 deletions

View File

@@ -61,7 +61,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.