From 172900f9aae66d6ba2ff762d6277f6aaacc59b5d Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Fri, 3 Mar 2017 14:54:05 -0800 Subject: [PATCH] Deprecate Guide topic: Secrets Walkthrough. (#2695) --- _data/guides.yml | 1 - .../distribute-credentials-secure.md | 3 +++ docs/user-guide/secrets/walkthrough.md | 7 ------- robots.txt | 2 ++ 4 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 docs/user-guide/secrets/walkthrough.md diff --git a/_data/guides.yml b/_data/guides.yml index 318f965319..bf188b9037 100644 --- a/_data/guides.yml +++ b/_data/guides.yml @@ -25,7 +25,6 @@ toc: - docs/user-guide/resizing-a-replication-controller.md - docs/user-guide/rolling-updates.md - docs/user-guide/update-demo/index.md - - docs/user-guide/secrets/walkthrough.md - docs/user-guide/configmap/index.md - docs/user-guide/horizontal-pod-autoscaling/walkthrough.md - docs/user-guide/config-best-practices.md diff --git a/docs/tasks/configure-pod-container/distribute-credentials-secure.md b/docs/tasks/configure-pod-container/distribute-credentials-secure.md index 1a0e25e46e..6dcd642262 100644 --- a/docs/tasks/configure-pod-container/distribute-credentials-secure.md +++ b/docs/tasks/configure-pod-container/distribute-credentials-secure.md @@ -1,5 +1,8 @@ --- title: Distributing Credentials Securely +redirect_from: +- "/docs/user-guide/secrets/walkthrough/" +- "/docs/user-guide/secrets/walkthrough.html" --- {% capture overview %} diff --git a/docs/user-guide/secrets/walkthrough.md b/docs/user-guide/secrets/walkthrough.md deleted file mode 100644 index a58364859f..0000000000 --- a/docs/user-guide/secrets/walkthrough.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Secrets Walkthrough ---- - -{% include user-guide-content-moved.md %} - -[Distributing Credentials Securely](/docs/tasks/configure-pod-container/distribute-credentials-secure/) diff --git a/robots.txt b/robots.txt index 8e77127e0b..f5e996388b 100644 --- a/robots.txt +++ b/robots.txt @@ -15,4 +15,6 @@ Disallow: /docs/user-guide/production-pods Disallow: /docs/user-guide/persistent-volumes/walkthrough Disallow: /docs/user-guide/pods/single-container +Disallow: /docs/user-guide/secrets/walkthrough + SITEMAP: http://kubernetes.io/sitemap.xml