Deprecation phase 2: admin/index ... (#3330)
* Deprecation phase 2: admin/index ... * Adjust TOCs. * Add limitrange.reviewable/pr3331/r1
parent
91bb05c1a5
commit
f666fda26e
|
@ -34,8 +34,6 @@ toc:
|
||||||
|
|
||||||
- title: Administering Clusters
|
- title: Administering Clusters
|
||||||
section:
|
section:
|
||||||
- docs/admin/index.md
|
|
||||||
- docs/admin/cluster-management.md
|
|
||||||
- docs/admin/upgrade-1-6.md
|
- docs/admin/upgrade-1-6.md
|
||||||
- docs/admin/kubeadm.md
|
- docs/admin/kubeadm.md
|
||||||
- docs/admin/addons.md
|
- docs/admin/addons.md
|
||||||
|
@ -43,15 +41,12 @@ toc:
|
||||||
- docs/admin/ha-master-gce.md
|
- docs/admin/ha-master-gce.md
|
||||||
- docs/admin/namespaces/index.md
|
- docs/admin/namespaces/index.md
|
||||||
- docs/admin/namespaces/walkthrough.md
|
- docs/admin/namespaces/walkthrough.md
|
||||||
- docs/admin/limitrange/index.md
|
|
||||||
- docs/admin/etcd.md
|
- docs/admin/etcd.md
|
||||||
- docs/admin/etcd_upgrade.md
|
- docs/admin/etcd_upgrade.md
|
||||||
- title: Changing Cluster Size
|
- title: Changing Cluster Size
|
||||||
path: https://github.com/kubernetes/kubernetes/wiki/User-FAQ#how-do-i-change-the-size-of-my-cluster/
|
path: https://github.com/kubernetes/kubernetes/wiki/User-FAQ#how-do-i-change-the-size-of-my-cluster/
|
||||||
- docs/admin/multiple-schedulers.md
|
|
||||||
- title: Setting Up and Configuring DNS
|
- title: Setting Up and Configuring DNS
|
||||||
path: https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/cluster-dns
|
path: https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/cluster-dns
|
||||||
- docs/admin/master-node-communication.md
|
|
||||||
- docs/admin/garbage-collection.md
|
- docs/admin/garbage-collection.md
|
||||||
|
|
||||||
- title: Administering Federation
|
- title: Administering Federation
|
||||||
|
|
|
@ -56,7 +56,6 @@ toc:
|
||||||
- title: kubelet
|
- title: kubelet
|
||||||
section:
|
section:
|
||||||
- docs/admin/kubelet.md
|
- docs/admin/kubelet.md
|
||||||
- docs/admin/master-node-communication.md
|
|
||||||
- docs/admin/kubelet-tls-bootstrapping.md
|
- docs/admin/kubelet-tls-bootstrapping.md
|
||||||
- docs/admin/kubelet-authentication-authorization.md
|
- docs/admin/kubelet-authentication-authorization.md
|
||||||
|
|
||||||
|
|
|
@ -96,6 +96,12 @@ Disallow: /docs/user-guide/connecting-applications.html
|
||||||
Disallow: /docs/user-guide/pod-templates.html
|
Disallow: /docs/user-guide/pod-templates.html
|
||||||
Disallow: /docs/user-guide/persistent-volumes/index.html
|
Disallow: /docs/user-guide/persistent-volumes/index.html
|
||||||
|
|
||||||
|
Disallow: /docs/admin/index.html
|
||||||
|
Disallow: /docs/admin/cluster-management.html
|
||||||
|
Disallow: /docs/admin/limitrange/index.html
|
||||||
|
Disallow: /docs/admin/multiple-schedulers.html
|
||||||
|
Disallow: /docs/admin/master-node-communication.html
|
||||||
|
|
||||||
SITEMAP: http://kubernetes.io/sitemap.xml
|
SITEMAP: http://kubernetes.io/sitemap.xml
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -91,3 +91,10 @@ docs/user-guide/config-best-practices.md
|
||||||
docs/user-guide/connecting-applications.md
|
docs/user-guide/connecting-applications.md
|
||||||
docs/user-guide/pod-templates.md
|
docs/user-guide/pod-templates.md
|
||||||
docs/user-guide/persistent-volumes/index.md
|
docs/user-guide/persistent-volumes/index.md
|
||||||
|
|
||||||
|
docs/admin/index.md
|
||||||
|
docs/admin/cluster-management.md
|
||||||
|
docs/admin/limitrange/index.md
|
||||||
|
docs/admin/multiple-schedulers.md
|
||||||
|
docs/admin/master-node-communication.md
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue