Skip to content

Commit 4574808

Browse files
authored
Merge pull request #938 from stackabletech/fix/fix-kubernetes-docs-links-24.11
fix: fix kubernetes docs links (#935)
2 parents 34978c5 + 386f1b9 commit 4574808

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎modules/guides/pages/providing-resources-with-pvcs.adoc‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Airflow users can access DAG jobs this way, and Spark users can do the same for
1111
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.
1212
This will include, for example, an {pvc-capacity}[appropriate sizing], and relevant access modes (which in turn are dependent on the StorageClass chosen to back the PersistentVolume).
1313

14-
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]:
14+
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}^]:
1515

1616
[source,yaml]
1717
----
@@ -95,6 +95,6 @@ Users of the xref:spark-k8s:index.adoc[Spark-k8s operator] have a variety of way
9595

9696
== Further reading
9797

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

0 commit comments

Comments
 (0)