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