-
-
Notifications
You must be signed in to change notification settings - Fork 12
Add VMWare Tanzu notes. Also differentiate between supported and tested k8s #719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
c0152a7
96ebc78
07757b6
3ccb05c
ecbdfd7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
= Huawei cloud | ||
|
||
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. | ||
Huawei cloud uses a non-standard Kubelet state directory. | ||
Therefore installing secret-operator and listener-operator on Huawei cloud requires a special treatment. | ||
Please read on 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. | ||
sbernauer marked this conversation as resolved.
Show resolved
Hide resolved
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
= IBM cloud | ||
|
||
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. | ||
IBM cloud uses a non-standard Kubelet state directory. | ||
sbernauer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Therefore installing secret-operator and listener-operator on IBM cloud requires a special treatment. | ||
Please read on 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. | ||
sbernauer marked this conversation as resolved.
Show resolved
Hide resolved
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
= Microk8s | ||
|
||
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. | ||
Microk8s uses a non-standard Kubelet state directory. | ||
Therefore installing secret-operator and listener-operator on Microk8s requires a special treatment. | ||
Please read on 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. | ||
sbernauer marked this conversation as resolved.
Show resolved
Hide resolved
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
= VMware Tanzu | ||
|
||
VMware Tanzu uses a non-standard Kubelet state directory. | ||
Therefore installing secret-operator and listener-operator on VMware Tanzu requires a special treatment. | ||
Please read on 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. | ||
sbernauer marked this conversation as resolved.
Show resolved
Hide resolved
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
* https://aws.amazon.com/eks/[Amazon Elastic Kubernetes Service] | ||
* xref:kubernetes/eks.adoc[Amazon Elastic Kubernetes Service] | ||
* xref:kubernetes/aks.adoc[Azure Kubernetes Service] | ||
* xref:kubernetes/gke.adoc[Google Kubernetes Engine] | ||
* xref:kubernetes/ionos-managed-k8s.adoc[IONOS Managed Kubernetes] | ||
* xref:kubernetes/ionos-managed-stackable.adoc[IONOS Managed Stackable] | ||
* https://kind.sigs.k8s.io/[kind] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's kind of confusing IMO that some of these lead to the official upstream product page, and some lead to our docs on them. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would prefer to always link to our internal guide, however, for some clouds we don't have any to link to. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Works for me, will raise a PR There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please have a look at #720 |
||
* xref:kubernetes/microk8s.adoc[MicroK8s] | ||
* xref:kubernetes/openshift.adoc[Red Hat OpenShift] | ||
* xref:kubernetes/ske.adoc[STACKIT Kubernetes Engine] (with the exception of missing public NodePorts) | ||
* https://www.rancher.com/products/rancher[SUSE Rancher] | ||
* https://www.suse.com/products/k3s/[SUSE K3S] | ||
* https://www.rancher.com/products/rancher[SUSE Rancher] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
* xref:kubernetes/huawei-cloud.adoc[Huawei Cloud] | ||
* xref:kubernetes/ibm-cloud.adoc[IBM Cloud] | ||
* xref:kubernetes/ske.adoc[STACKIT Kubernetes Engine] (with the exception of missing public NodePorts) | ||
* xref:kubernetes/vmware_tanzu.adoc[VMware Tanzu] | ||
* https://www.oracle.com/cloud/cloud-native/kubernetes-engine/[Oracle Kubernetes Engine (OKE)] |
Uh oh!
There was an error while loading. Please reload this page.