Fix link in change PV reclaim policy page
This commit is contained in:
@@ -7,14 +7,10 @@ content_type: task
|
|||||||
This page shows how to change the reclaim policy of a Kubernetes
|
This page shows how to change the reclaim policy of a Kubernetes
|
||||||
PersistentVolume.
|
PersistentVolume.
|
||||||
|
|
||||||
|
|
||||||
## {{% heading "prerequisites" %}}
|
## {{% heading "prerequisites" %}}
|
||||||
|
|
||||||
|
|
||||||
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
|
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- steps -->
|
<!-- steps -->
|
||||||
|
|
||||||
## Why change reclaim policy of a PersistentVolume
|
## Why change reclaim policy of a PersistentVolume
|
||||||
@@ -81,8 +77,6 @@ kubectl patch pv <your-pv-name> -p "{\"spec\":{\"persistentVolumeReclaimPolicy\"
|
|||||||
`default/claim3` has reclaim policy `Retain`. It will not be automatically
|
`default/claim3` has reclaim policy `Retain`. It will not be automatically
|
||||||
deleted when a user deletes claim `default/claim3`.
|
deleted when a user deletes claim `default/claim3`.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## {{% heading "whatsnext" %}}
|
## {{% heading "whatsnext" %}}
|
||||||
|
|
||||||
* Learn more about [PersistentVolumes](/docs/concepts/storage/persistent-volumes/).
|
* Learn more about [PersistentVolumes](/docs/concepts/storage/persistent-volumes/).
|
||||||
@@ -91,8 +85,6 @@ kubectl patch pv <your-pv-name> -p "{\"spec\":{\"persistentVolumeReclaimPolicy\"
|
|||||||
### References {#reference}
|
### References {#reference}
|
||||||
|
|
||||||
* {{< api-reference page="config-and-storage-resources/persistent-volume-v1" >}}
|
* {{< api-reference page="config-and-storage-resources/persistent-volume-v1" >}}
|
||||||
* Pay attention to the `.spec.persistentVolumeReclaimPolicy` [field](https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-v1/#PersistentVolumeSpec) of PersistentVolume.
|
* Pay attention to the `.spec.persistentVolumeReclaimPolicy` [field](/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-v1/#PersistentVolumeSpec) of PersistentVolume.
|
||||||
* {{< api-reference page="config-and-storage-resources/persistent-volume-claim-v1" >}}
|
* {{< api-reference page="config-and-storage-resources/persistent-volume-claim-v1" >}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user