From a238ed8ced30d24e48fe656a742fb383df1ff51b Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Fri, 3 Mar 2017 14:02:35 -0800 Subject: [PATCH] Deprecate Guide topic: Persistent Volume Walkthrough. (#2692) --- _data/guides.yml | 1 - .../configure-persistent-volume-storage.md | 3 +++ docs/user-guide/persistent-volumes/walkthrough.md | 10 ---------- robots.txt | 1 + 4 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 docs/user-guide/persistent-volumes/walkthrough.md diff --git a/_data/guides.yml b/_data/guides.yml index 87ca562c6f..318f965319 100644 --- a/_data/guides.yml +++ b/_data/guides.yml @@ -67,7 +67,6 @@ toc: - docs/user-guide/node-selection/index.md - docs/user-guide/downward-api/index.md - docs/user-guide/downward-api/volume/index.md - - docs/user-guide/persistent-volumes/walkthrough.md - docs/user-guide/petset/bootstrapping/index.md - title: Monitoring, Logging, and Debugging Containers diff --git a/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md b/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md index 27b5249138..f5be254f2e 100644 --- a/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md +++ b/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md @@ -1,5 +1,8 @@ --- title: Configuring a Pod to Use a PersistentVolume for Storage +redirect_from: +- "/docs/user-guide/persistent-volumes/walkthrough/" +- "/docs/user-guide/persistent-volumes/walkthrough.html" --- {% capture overview %} diff --git a/docs/user-guide/persistent-volumes/walkthrough.md b/docs/user-guide/persistent-volumes/walkthrough.md deleted file mode 100644 index 2feee3f7d9..0000000000 --- a/docs/user-guide/persistent-volumes/walkthrough.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -assignees: -- jsafrane -- saad-ali -title: Persistent Volumes Walkthrough ---- - -{% include user-guide-content-moved.md %} - -[Configuring a Pod to Use a Persistent Volume for Storage](/docs/tasks/configure-pod-container/configure-persistent-volume-storage/) diff --git a/robots.txt b/robots.txt index 34417b3527..8e77127e0b 100644 --- a/robots.txt +++ b/robots.txt @@ -12,6 +12,7 @@ Disallow: /docs/user-guide/liveness/index Disallow: /docs/user-guide/simple-nginx Disallow: /docs/user-guide/production-pods +Disallow: /docs/user-guide/persistent-volumes/walkthrough Disallow: /docs/user-guide/pods/single-container SITEMAP: http://kubernetes.io/sitemap.xml