Skip to content

Commit 89cd731

Browse files
authored
Add a internal page for every k8s distro (#720)
* Add a internal page for every k8s distro * Review feedback
1 parent 5213383 commit 89cd731

17 files changed

+61
-27
lines changed

modules/ROOT/nav1.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@
77
** xref:kubernetes/ibm-cloud.adoc[]
88
** xref:kubernetes/ionos-managed-k8s.adoc[]
99
** xref:kubernetes/ionos-managed-stackable.adoc[]
10+
** xref:kubernetes/kind.adoc[]
1011
** xref:kubernetes/microk8s.adoc[]
12+
** xref:kubernetes/oke.adoc[]
1113
** xref:kubernetes/openshift.adoc[]
14+
** xref:kubernetes/plusserver.adoc[]
1215
** xref:kubernetes/ske.adoc[]
16+
** xref:kubernetes/suse-k3s.adoc[]
17+
** xref:kubernetes/suse-rancher.adoc[]
1318
** xref:kubernetes/vmware_tanzu.adoc[]
1419
* xref:getting-started.adoc[]

modules/ROOT/pages/kubernetes/aks.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
= Azure Kubernetes Service (AKS)
22

3-
Automatic Kubernetes clusters are not supported, as the xref:secret-operator:index.adoc[secret-operator] requires special privileges that are not granted in automatic Kubernetes clusters.
4-
53
https://azure.microsoft.com/en-us/products/kubernetes-service
64

5+
Automatic Kubernetes clusters are not supported, as the xref:secret-operator:index.adoc[secret-operator] requires special privileges that are not granted in automatic Kubernetes clusters.
6+
77
. Create Kubernetes cluster
88
+
99
Choose an arbitrary name, the default configurations should be fine.

modules/ROOT/pages/kubernetes/eks.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
= Amazon Elastic Kubernetes Service (EKS)
22

3+
https://aws.amazon.com/eks/
4+
35
Please make sure that you have a default StorageClass in your cluster, so that PVCs will be provisioned.
46

57
You can list available StorageClasses using the command
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
= Google Kubernetes Engine (GKE)
22

3+
https://cloud.google.com/kubernetes-engine
4+
35
Autopilot clusters are not suported, as the xref:secret-operator:index.adoc[secret-operator] requires special privileges that are not granted in Autopilot clusters.
46

57
Other than that no special steps are needed.
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
= Huawei cloud
1+
= Huawei Cloud Container Engine (CCE)
2+
3+
https://www.huaweicloud.com/intl/en-us/product/cce.html
24

35
Huawei Cloud uses a non-standard Kubelet state directory.
4-
Therefore, installing the secret-operator and listener-operator on Huawei Cloud requires special handling.
6+
For this reason the secret-operator and listener-operator on Huawei Cloud require special handling.
57
Please refer to the xref:secret-operator:installation.adoc#_huawei_cloud[secret-operator installation guide] and the xref:listener-operator:installation.adoc#_huawei_cloud[listener-operator installation guide] for details.
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
= IBM cloud
1+
= IBM Cloud Kubernetes Service
22

3-
IBM Cloud uses a non-standard Kubelet state directory.
4-
Therefore, installing the secret-operator and listener-operator on IBM Cloud requires special handling.
3+
https://www.ibm.com/products/kubernetes-service
4+
5+
IBM Cloud Kubernetes Service uses a non-standard Kubelet state directory.
6+
For this reason the secret-operator and listener-operator on IBM Cloud Kubernetes Service require special handling.
57
Please refer to the xref:secret-operator:installation.adoc#_ibm_cloud[secret-operator installation guide] and the xref:listener-operator:installation.adoc#_ibm_cloud[listener-operator installation guide] for details.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= IONOS managed Stackable
22

3-
https://cloud.ionos.com/solutions/managed-stackable
3+
https://cloud.ionos.com/managed/managed-stackable
44

55
> The Managed Stackable Data Platform from IONOS Cloud is designed to enable you to work with maximum efficiency: Simply select the appropriate data management tools for your respective purpose, build individual stacks for yourself or your customers and make all your data productively usable as quickly as possible
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= kind
2+
3+
https://kind.sigs.k8s.io/
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
= Microk8s
22

3+
https://microk8s.io/
4+
35
Microk8s uses a non-standard Kubelet state directory.
4-
Therefore, installing the secret-operator and listener-operator on Microk8s requires special handling.
6+
For this reason the secret-operator and listener-operator on Microk8s require special handling.
57
Please refer to the xref:secret-operator:installation.adoc#_microk8s[secret-operator installation guide] and the xref:listener-operator:installation.adoc#_microk8s[listener-operator installation guide] for details.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= Oracle Kubernetes Engine (OKE)
2+
3+
https://www.oracle.com/cloud/cloud-native/kubernetes-engine/

modules/ROOT/pages/kubernetes/openshift.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
= OpenShift
1+
= Red Hat OpenShift
2+
3+
https://www.redhat.com/en/technologies/cloud-computing/openshift
24

35
SDP operators are certified for the OpenShift platform and can be installed from the OperatorHub.
46

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= plusserver Kubernetes as a Service
2+
3+
https://www.plusserver.com/en/product/managed-kubernetes/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= SUSE K3S
2+
3+
https://www.suse.com/products/k3s/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= SUSE Rancher
2+
3+
https://www.rancher.com/products/rancher
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
= VMware Tanzu
22

3+
https://www.vmware.com/products/app-platform/tanzu
4+
35
VMware Tanzu uses a non-standard Kubelet state directory.
4-
Therefore, installing the secret-operator and listener-operator on VMware Tanzu requires special handling.
6+
For this reason the secret-operator and listener-operator on VMware Tanzu require special handling.
57
Please refer to the xref:secret-operator:installation.adoc#_vmware_tanzu[secret-operator installation guide] and the xref:listener-operator:installation.adoc#_vmware_tanzu[listener-operator installation guide] for details.
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
* xref:kubernetes/eks.adoc[Amazon Elastic Kubernetes Service]
2-
* xref:kubernetes/aks.adoc[Azure Kubernetes Service]
3-
* xref:kubernetes/gke.adoc[Google Kubernetes Engine]
4-
* xref:kubernetes/ionos-managed-k8s.adoc[IONOS Managed Kubernetes]
5-
* xref:kubernetes/ionos-managed-stackable.adoc[IONOS Managed Stackable]
6-
* https://kind.sigs.k8s.io/[kind]
7-
* xref:kubernetes/microk8s.adoc[MicroK8s]
8-
* xref:kubernetes/openshift.adoc[Red Hat OpenShift]
9-
* https://www.suse.com/products/k3s/[SUSE K3S]
10-
* https://www.rancher.com/products/rancher[SUSE Rancher]
1+
* xref:kubernetes/eks.adoc[]
2+
* xref:kubernetes/aks.adoc[]
3+
* xref:kubernetes/gke.adoc[]
4+
* xref:kubernetes/ionos-managed-k8s.adoc[]
5+
* xref:kubernetes/ionos-managed-stackable.adoc[]
6+
* xref:kubernetes/kind.adoc[]
7+
* xref:kubernetes/microk8s.adoc[]
8+
* xref:kubernetes/openshift.adoc[]
9+
* xref:kubernetes/suse-k3s.adoc[]
10+
* xref:kubernetes/suse-rancher.adoc[]
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
* xref:kubernetes/huawei-cloud.adoc[Huawei Cloud]
2-
* xref:kubernetes/ibm-cloud.adoc[IBM Cloud]
3-
* https://www.plusserver.com/en/product/managed-kubernetes/[plusserver Kubernetes as a Service]
4-
* xref:kubernetes/ske.adoc[STACKIT Kubernetes Engine] (with the exception of missing public NodePorts)
5-
* xref:kubernetes/vmware_tanzu.adoc[VMware Tanzu]
6-
* https://www.oracle.com/cloud/cloud-native/kubernetes-engine/[Oracle Kubernetes Engine (OKE)]
1+
* xref:kubernetes/huawei-cloud.adoc[]
2+
* xref:kubernetes/ibm-cloud.adoc[]
3+
* xref:kubernetes/plusserver.adoc[]
4+
* xref:kubernetes/ske.adoc[] (with the exception of missing public NodePorts)
5+
* xref:kubernetes/vmware_tanzu.adoc[]
6+
* xref:kubernetes/oke.adoc[]

0 commit comments

Comments
 (0)