Skip to content

Commit 5213383

Browse files
sbernauernightkrlfrancke
authored
Add VMWare Tanzu notes. Also differentiate between supported and tested k8s (#719)
* Add VMWare Tanzu notes. Also differentiate between supported and tested k8s * Update modules/ROOT/pages/kubernetes/index.adoc Co-authored-by: Natalie Klestrup Röijezon <nat@nullable.se> * Wording Co-authored-by: Lars Francke <github@lars-francke.de> * Add plusserver * Apply suggestions from code review Co-authored-by: Lars Francke <github@lars-francke.de> --------- Co-authored-by: Natalie Klestrup Röijezon <nat@nullable.se> Co-authored-by: Lars Francke <github@lars-francke.de>
1 parent 9aa4ace commit 5213383

File tree

9 files changed

+35
-7
lines changed

9 files changed

+35
-7
lines changed

modules/ROOT/nav1.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
** xref:kubernetes/microk8s.adoc[]
1111
** xref:kubernetes/openshift.adoc[]
1212
** xref:kubernetes/ske.adoc[]
13+
** xref:kubernetes/vmware_tanzu.adoc[]
1314
* xref:getting-started.adoc[]
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
= Huawei cloud
22

3-
Huawei cloud uses a non-standard Kubelet state directory. Therefore installing secret-operator on Huawei cloud requires special treatment. Please read on the xref:secret-operator:installation.adoc#_huawei_cloud[secret-operator installation guide] for details.
3+
Huawei Cloud uses a non-standard Kubelet state directory.
4+
Therefore, installing the secret-operator and listener-operator on Huawei Cloud requires special handling.
5+
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
= IBM cloud
22

3-
IBM cloud uses a non-standard Kubelet state directory. Therefore installing secret-operator on IBM cloud requires a special treatment. Please read on the xref:secret-operator:installation.adoc#_ibm_cloud[secret-operator installation guide] for details.
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.
5+
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.

modules/ROOT/pages/kubernetes/index.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ The following distributions are supported for a production setup of the Stackabl
1414

1515
include::partial$supported-kubernetes-distributions.adoc[]
1616

17+
These Kubernetes distributions are not officially tested by us but based on community feedback have been known to work. Some might require extra steps, please refer to the detailed pages for more information. Please contact us if you're interested in official support for any of these:
18+
19+
include::partial$tested-kubernetes-distributions.adoc[]
20+
1721
In case a Kubernetes provider needs some special tuning or we have some tips for it, it has a subpage below this page.
1822

1923
Consult the xref:release_notes.adoc[release notes] to find out which specific Kubernetes versions are supported for the Stackable Data Platform you are using.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
= Microk8s
22

3-
Microk8s uses a non-standard Kubelet state directory. Therefore installing secret-operator on Microk8s requires a special treatement. Please read on the xref:secret-operator:installation.adoc#_microk8s[secret-operator installation guide] for details.
3+
Microk8s uses a non-standard Kubelet state directory.
4+
Therefore, installing the secret-operator and listener-operator on Microk8s requires special handling.
5+
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
= VMware Tanzu
2+
3+
VMware Tanzu uses a non-standard Kubelet state directory.
4+
Therefore, installing the secret-operator and listener-operator on VMware Tanzu requires special handling.
5+
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.

modules/ROOT/pages/product-information.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,15 @@ The supported Kubernetes versions for each platform release can be found here:
107107

108108
xref:release-notes.adoc[SDP Release notes]
109109

110-
There are various Kubernetes distributions. Stackable supports:
110+
There are various Kubernetes distributions.
111+
The following distributions are supported for a production setup of the Stackable Data Platform:
111112

112113
include::partial$supported-kubernetes-distributions.adoc[]
113114

115+
These Kubernetes distributions are not officially tested by us but based on community feedback have been known to work. Some might require extra steps, please refer to the detailed pages for more information. Please contact us if you're interested in official support for any of these:
116+
117+
include::partial$tested-kubernetes-distributions.adoc[]
118+
114119
=== Product specific dependencies
115120

116121
The following products have required external components to run:
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
* https://aws.amazon.com/eks/[Amazon Elastic Kubernetes Service]
1+
* xref:kubernetes/eks.adoc[Amazon Elastic Kubernetes Service]
22
* xref:kubernetes/aks.adoc[Azure Kubernetes Service]
33
* xref:kubernetes/gke.adoc[Google Kubernetes Engine]
44
* xref:kubernetes/ionos-managed-k8s.adoc[IONOS Managed Kubernetes]
55
* xref:kubernetes/ionos-managed-stackable.adoc[IONOS Managed Stackable]
6+
* https://kind.sigs.k8s.io/[kind]
7+
* xref:kubernetes/microk8s.adoc[MicroK8s]
68
* xref:kubernetes/openshift.adoc[Red Hat OpenShift]
7-
* xref:kubernetes/ske.adoc[STACKIT Kubernetes Engine] (with the exception of missing public NodePorts)
8-
* https://www.rancher.com/products/rancher[SUSE Rancher]
99
* https://www.suse.com/products/k3s/[SUSE K3S]
10+
* https://www.rancher.com/products/rancher[SUSE Rancher]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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)]

0 commit comments

Comments
 (0)