Deprecation phase 2: admin/index ... (#3330)

* Deprecation phase 2: admin/index ...

* Adjust TOCs.

* Add limitrange.
reviewable/pr3331/r1
Steve Perry 2017-04-11 11:21:58 -07:00 committed by GitHub
parent 91bb05c1a5
commit f666fda26e
4 changed files with 13 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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