Move etcd topic from Storage to Cluster Admin. (#3450)
* Move etcd topic from Storage to Cluster Admin. * Fix type.pull/3293/head^2
parent
49926988bd
commit
e90ba44bb8
|
@ -49,6 +49,7 @@ toc:
|
|||
|
||||
- title: Cluster Administration
|
||||
section:
|
||||
- docs/concepts/cluster-administration/configure-etcd.md
|
||||
- docs/concepts/cluster-administration/etcd-upgrade.md
|
||||
- docs/concepts/cluster-administration/manage-deployment.md
|
||||
- docs/concepts/cluster-administration/networking.md
|
||||
|
@ -74,7 +75,6 @@ toc:
|
|||
section:
|
||||
- docs/concepts/storage/volumes.md
|
||||
- docs/concepts/storage/persistent-volumes.md
|
||||
- docs/concepts/storage/etcd-store-api-object.md
|
||||
|
||||
- title: Services, Load Balancing, and Networking
|
||||
section:
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
title: Configuring Kubernetes Use of etcd
|
||||
redirect_from:
|
||||
- "/docs/concepts/storage/etcd-store-api-object/"
|
||||
- "/docs/concepts/storage/etcd-store-api-object.html"
|
||||
---
|
||||
|
||||
[etcd](https://coreos.com/etcd/docs/latest/) is a highly-available key value
|
Loading…
Reference in New Issue