Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/guides/pages/providing-resources-with-pvcs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Airflow users can access DAG jobs this way, and Spark users can do the same for
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 {pvc-capacity}[appropriate sizing{external-link-icon}^], 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{external-link-icon}^] https://kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/#create-a-persistentvolumeclaim[examples{external-link-icon}^]:
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{external-link-icon}^] https://kubernetes.io/docs/tutorials/configuration/configure-persistent-volume-storage/#create-a-persistentvolumeclaim[examples{external-link-icon}^]:

[source,yaml]
----
Expand Down Expand Up @@ -96,5 +96,5 @@ Users of the xref:spark-k8s:index.adoc[Spark-k8s operator] have a variety of way
== Further reading

* {pvcs}[Persistent Volumes{external-link-icon}^]
* https://kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/#create-a-persistentvolumeclaim[PV/PVC example{external-link-icon}^]
* https://kubernetes.io/docs/tutorials/configuration/configure-persistent-volume-storage/#create-a-persistentvolumeclaim[PV/PVC example{external-link-icon}^]
* https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/[Labels and selectors{external-link-icon}^]