From f666fda26ea01bbb19eea6831c62c4ec7fad021d Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Tue, 11 Apr 2017 11:21:58 -0700 Subject: [PATCH] Deprecation phase 2: admin/index ... (#3330) * Deprecation phase 2: admin/index ... * Adjust TOCs. * Add limitrange. --- _data/guides.yml | 5 ----- _data/reference.yml | 1 - robots.txt | 6 ++++++ skip_toc_check.txt | 7 +++++++ 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/_data/guides.yml b/_data/guides.yml index f92fca3907..8fff56d08c 100644 --- a/_data/guides.yml +++ b/_data/guides.yml @@ -34,8 +34,6 @@ toc: - title: Administering Clusters section: - - docs/admin/index.md - - docs/admin/cluster-management.md - docs/admin/upgrade-1-6.md - docs/admin/kubeadm.md - docs/admin/addons.md @@ -43,15 +41,12 @@ toc: - docs/admin/ha-master-gce.md - docs/admin/namespaces/index.md - docs/admin/namespaces/walkthrough.md - - docs/admin/limitrange/index.md - docs/admin/etcd.md - docs/admin/etcd_upgrade.md - title: Changing Cluster Size 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 path: https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/cluster-dns - - docs/admin/master-node-communication.md - docs/admin/garbage-collection.md - title: Administering Federation diff --git a/_data/reference.yml b/_data/reference.yml index 644cd37a19..897b751dc1 100644 --- a/_data/reference.yml +++ b/_data/reference.yml @@ -56,7 +56,6 @@ toc: - title: kubelet section: - docs/admin/kubelet.md - - docs/admin/master-node-communication.md - docs/admin/kubelet-tls-bootstrapping.md - docs/admin/kubelet-authentication-authorization.md diff --git a/robots.txt b/robots.txt index 2c90449214..26a5e22ab6 100644 --- a/robots.txt +++ b/robots.txt @@ -96,6 +96,12 @@ Disallow: /docs/user-guide/connecting-applications.html Disallow: /docs/user-guide/pod-templates.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 diff --git a/skip_toc_check.txt b/skip_toc_check.txt index 06dba1d5ac..d088f54b78 100644 --- a/skip_toc_check.txt +++ b/skip_toc_check.txt @@ -91,3 +91,10 @@ docs/user-guide/config-best-practices.md docs/user-guide/connecting-applications.md docs/user-guide/pod-templates.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 +