Skip to content

Add notes for OVH Managed Kubernetes Service #730

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

Merged
merged 1 commit into from
Apr 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/ROOT/nav1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
** xref:kubernetes/microk8s.adoc[]
** xref:kubernetes/oke.adoc[]
** xref:kubernetes/openshift.adoc[]
** xref:kubernetes/ovh-mks.adoc[]
** xref:kubernetes/plusserver.adoc[]
** xref:kubernetes/ske.adoc[]
** xref:kubernetes/suse-k3s.adoc[]
Expand Down
7 changes: 7 additions & 0 deletions modules/ROOT/pages/kubernetes/ovh-mks.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
= OVH Managed Kubernetes Service (MKS)

https://www.ovhcloud.com/en/public-cloud/kubernetes/

The Stackable Data Platform should install normally on the OVH MKS out of the box.

As with all cloud environments, we recommend configuring the xref:listener-operator:index.adoc[] to use the xref:listener-operator:listenerclass.adoc#preset-ephemeral-nodes[`ephemeral-nodes` preset]. Otherwise, Pods may fail to be rescheduled if their existing Nodes are deleted due to rescaling or rolling system upgrades.
1 change: 1 addition & 0 deletions modules/ROOT/partials/tested-kubernetes-distributions.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
* xref:kubernetes/huawei-cloud.adoc[]
* xref:kubernetes/ibm-cloud.adoc[]
* xref:kubernetes/ovh-mks.adoc[]
* xref:kubernetes/plusserver.adoc[]
* xref:kubernetes/ske.adoc[] (with the exception of missing public NodePorts)
* xref:kubernetes/vmware_tanzu.adoc[]
Expand Down
Loading