Skip to content

Commit dbe33a2

Browse files
committed
docs: Add page descriptions to the Kubernetes, concepts and guides pages
27 pages had no :description: attribute, so search engines and the generated llms.txt fall back to nothing or the raw title. Skipped on purpose: modules/concepts/pages/stackable_resource_requests.adoc is an include target published as a page; a :description: entry there would leak into every including page and override their descriptions.
1 parent ff36a19 commit dbe33a2

27 files changed

Lines changed: 34 additions & 8 deletions

modules/ROOT/pages/kubernetes/aks.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Azure Kubernetes Service (AKS)
2+
:description: Steps to create an Azure Kubernetes Service (AKS) cluster for the Stackable Data Platform, including node pool, network and inbound traffic settings.
23

34
https://azure.microsoft.com/en-us/products/kubernetes-service[https://azure.microsoft.com/en-us/products/kubernetes-service{external-link-icon}^]
45

modules/ROOT/pages/kubernetes/eks.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Amazon Elastic Kubernetes Service (EKS)
2+
:description: Run the Stackable Data Platform on Amazon Elastic Kubernetes Service (EKS). Make sure a default StorageClass is set so PVCs are provisioned.
23

34
https://aws.amazon.com/eks/[https://aws.amazon.com/eks/{external-link-icon}^]
45

modules/ROOT/pages/kubernetes/gke.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Google Kubernetes Engine (GKE)
2+
:description: Run the Stackable Data Platform on Google Kubernetes Engine (GKE). Autopilot clusters are not supported because the secret-operator needs special privileges.
23

34
https://cloud.google.com/kubernetes-engine[https://cloud.google.com/kubernetes-engine{external-link-icon}^]
45

modules/ROOT/pages/kubernetes/huawei-cloud.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Huawei Cloud Container Engine (CCE)
2+
:description: Run the Stackable Data Platform on Huawei Cloud Container Engine (CCE). The non-standard Kubelet state directory requires special operator setup.
23

34
https://www.huaweicloud.com/intl/en-us/product/cce.html[https://www.huaweicloud.com/intl/en-us/product/cce.html{external-link-icon}^]
45

modules/ROOT/pages/kubernetes/ibm-cloud.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= IBM Cloud Kubernetes Service
2+
:description: Run the Stackable Data Platform on IBM Cloud Kubernetes Service. The non-standard Kubelet state directory requires special operator setup.
23

34
https://www.ibm.com/products/kubernetes-service[https://www.ibm.com/products/kubernetes-service{external-link-icon}^]
45

modules/ROOT/pages/kubernetes/ionos-managed-k8s.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= IONOS managed Kubernetes
2+
:description: Set up IONOS managed Kubernetes for the Stackable Data Platform. Create a cluster and node pool and download the kubeconfig; no special steps are needed.
23

34
https://cloud.ionos.com/managed/kubernetes[https://cloud.ionos.com/managed/kubernetes{external-link-icon}^]
45

modules/ROOT/pages/kubernetes/ionos-managed-stackable.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= IONOS managed Stackable
2+
:description: Overview of Managed Stackable, the managed Stackable Data Platform offering from IONOS Cloud.
23

34
https://cloud.ionos.com/managed/managed-stackable[https://cloud.ionos.com/managed/managed-stackable{external-link-icon}^]
45

modules/ROOT/pages/kubernetes/k0s.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= k0s
2+
:description: Run the Stackable Data Platform on k0s. The non-standard Kubelet state directory requires special secret-operator and listener-operator setup.
23

34
https://k0sproject.io/[https://k0sproject.io/{external-link-icon}^]
45

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
= kind
2+
:description: Notes on running the Stackable Data Platform on kind.
23

34
https://kind.sigs.k8s.io/[https://kind.sigs.k8s.io/{external-link-icon}^]

modules/ROOT/pages/kubernetes/microk8s.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Microk8s
2+
:description: Run the Stackable Data Platform on Microk8s. The non-standard Kubelet state directory requires special secret-operator and listener-operator setup.
23

34
https://microk8s.io/[https://microk8s.io/{external-link-icon}^]
45

0 commit comments

Comments
 (0)