diff --git a/modules/concepts/pages/pvc.adoc b/modules/concepts/pages/pvc.adoc index 227d346bf..080149e69 100644 --- a/modules/concepts/pages/pvc.adoc +++ b/modules/concepts/pages/pvc.adoc @@ -4,7 +4,7 @@ Several of the tools on the Stackable platform can use external resources that t A PersistentVolume will usually be provisioned by the Kubernetes Container Storage Interface (CSI) on behalf of the cluster administrator, who will take into account the type of storage that is required. This will include, for example, an https://kubernetes.io/docs/concepts/storage/persistent-volumes/#capacity[appropriate sizing], and relevant access modes (which in turn are dependent on the StorageClass chosen to back the PersistentVolume). -The relationship between a PersistentVolume and a PersistentVolumeClaim can be illustrated by these https://kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/#create-a-persistentvolume[two] https://kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/#create-a-persistentvolumeclaim[examples]: +The relationship between a PersistentVolume and a PersistentVolumeClaim can be illustrated by these https://kubernetes.io/docs/tutorials/configuration/configure-persistent-volume-storage/#create-a-persistentvolume[two] https://kubernetes.io/docs/tutorials/configuration/configure-persistent-volume-storage/#create-a-persistentvolumeclaim[examples]: [source,yaml] ---- @@ -89,6 +89,5 @@ Users of the xref:spark-k8s:index.adoc[Spark-k8s operator] have a variety of way == Further reading - https://kubernetes.io/docs/concepts/storage/persistent-volumes/[Persistent Volumes] -- https://kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/#create-a-persistentvolumeclaim[PV/PVC example] -- https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/[Labels and selectors -] \ No newline at end of file +- https://kubernetes.io/docs/tutorials/configuration/configure-persistent-volume-storage/#create-a-persistentvolumeclaim[PV/PVC example] +- https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/[Labels and selectors] \ No newline at end of file