Deprecate Guide topic: Persistent Volume Walkthrough. (#2692)
This commit is contained in:
parent
c235b99649
commit
a238ed8ced
|
@ -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
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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/)
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue