From 2f6cb65479c5909c6d733b7c507bbebc5aeceb7a Mon Sep 17 00:00:00 2001 From: xeniape Date: Tue, 22 Sep 2026 16:48:17 +0200 Subject: [PATCH] fix: fix kubernetes docs links --- antora-playbook.yml | 30 +++++++++++++++--------------- local-antora-playbook.yml | 32 ++++++++++++++++---------------- modules/concepts/pages/pvc.adoc | 7 +++---- 3 files changed, 34 insertions(+), 35 deletions(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index 49c0838a6..f87bdd5b1 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -31,78 +31,78 @@ content: - url: https://github.com/stackabletech/commons-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/secret-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/listener-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 # product operators - url: https://github.com/stackabletech/airflow-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/druid-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/hbase-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/hdfs-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/hive-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/kafka-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/nifi-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/opa-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/spark-k8s-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/superset-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/trino-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/zookeeper-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 ui: diff --git a/local-antora-playbook.yml b/local-antora-playbook.yml index 991eece50..9bc025dfe 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -26,84 +26,84 @@ content: - url: https://github.com/stackabletech/demos.git start_path: docs branches: - - main + - release-23.4 - release-23.1 # internal operators - url: https://github.com/stackabletech/commons-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/secret-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/listener-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 # product operators - url: https://github.com/stackabletech/airflow-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/druid-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/hbase-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/hdfs-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/hive-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/kafka-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/nifi-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/opa-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/spark-k8s-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/superset-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/trino-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 - url: https://github.com/stackabletech/zookeeper-operator.git start_path: docs branches: - - main + - release-23.4 - release-23.1 ui: diff --git a/modules/concepts/pages/pvc.adoc b/modules/concepts/pages/pvc.adoc index 0e2fdf5a5..8da1868e3 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