Skip to content

feat(mks): add information about 3az storage classes #7961

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 3 commits into from
Jun 5, 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MKS Premium Plan
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
updated: 2025-05-27
updated: 2025-06-05
---

<style>
Expand Down Expand Up @@ -102,6 +102,16 @@ The following ranges are used by the cluster, and should not be used elsewhere o

These ranges will be configurable in a future version.

### Storage classes

MKS Premium only supports two out of the [three Storage Classes on OVHcloud Managed Kubernetes](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume#storage-classes): `csi-cinder-high-speed` and `csi-cinder-high-speed-gen2`.

They allow to create **zone specific** volumes: a PVC provisioned on a zone `X` will only be accessible from the nodes on the zone `X`.

The [classic multi-attach](/pages/public_cloud/compute/classic_block_multi_az_limitations#introduction) is not supported yet for MKS clusters on regions with multiple availability zones, since the currently available file systems (ext(2,3,4), xfs and btrfs) can be subject to data corruptions if volumes are attached to multiple instances.

To create a volume on MKS Premium, use the same process as a [standard Managed Kubernetes cluster](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume).

## Getting started

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MKS Premium Plan
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
updated: 2025-05-27
updated: 2025-06-05
---

<style>
Expand Down Expand Up @@ -102,6 +102,16 @@ The following ranges are used by the cluster, and should not be used elsewhere o

These ranges will be configurable in a future version.

### Storage classes

MKS Premium only supports two out of the [three Storage Classes on OVHcloud Managed Kubernetes](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume#storage-classes): `csi-cinder-high-speed` and `csi-cinder-high-speed-gen2`.

They allow to create **zone specific** volumes: a PVC provisioned on a zone `X` will only be accessible from the nodes on the zone `X`.

The [classic multi-attach](/pages/public_cloud/compute/classic_block_multi_az_limitations#introduction) is not supported yet for MKS clusters on regions with multiple availability zones, since the currently available file systems (ext(2,3,4), xfs and btrfs) can be subject to data corruptions if volumes are attached to multiple instances.

To create a volume on MKS Premium, use the same process as a [standard Managed Kubernetes cluster](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume).

## Getting started

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MKS Premium Plan
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
updated: 2025-05-27
updated: 2025-06-05
---

<style>
Expand Down Expand Up @@ -102,6 +102,16 @@ The following ranges are used by the cluster, and should not be used elsewhere o

These ranges will be configurable in a future version.

### Storage classes

MKS Premium only supports two out of the [three Storage Classes on OVHcloud Managed Kubernetes](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume#storage-classes): `csi-cinder-high-speed` and `csi-cinder-high-speed-gen2`.

They allow to create **zone specific** volumes: a PVC provisioned on a zone `X` will only be accessible from the nodes on the zone `X`.

The [classic multi-attach](/pages/public_cloud/compute/classic_block_multi_az_limitations#introduction) is not supported yet for MKS clusters on regions with multiple availability zones, since the currently available file systems (ext(2,3,4), xfs and btrfs) can be subject to data corruptions if volumes are attached to multiple instances.

To create a volume on MKS Premium, use the same process as a [standard Managed Kubernetes cluster](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume).

## Getting started

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MKS Premium Plan
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
updated: 2025-05-27
updated: 2025-06-05
---

<style>
Expand Down Expand Up @@ -102,6 +102,16 @@ The following ranges are used by the cluster, and should not be used elsewhere o

These ranges will be configurable in a future version.

### Storage classes

MKS Premium only supports two out of the [three Storage Classes on OVHcloud Managed Kubernetes](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume#storage-classes): `csi-cinder-high-speed` and `csi-cinder-high-speed-gen2`.

They allow to create **zone specific** volumes: a PVC provisioned on a zone `X` will only be accessible from the nodes on the zone `X`.

The [classic multi-attach](/pages/public_cloud/compute/classic_block_multi_az_limitations#introduction) is not supported yet for MKS clusters on regions with multiple availability zones, since the currently available file systems (ext(2,3,4), xfs and btrfs) can be subject to data corruptions if volumes are attached to multiple instances.

To create a volume on MKS Premium, use the same process as a [standard Managed Kubernetes cluster](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume).

## Getting started

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MKS Premium Plan
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
updated: 2025-05-27
updated: 2025-06-05
---

<style>
Expand Down Expand Up @@ -102,6 +102,16 @@ The following ranges are used by the cluster, and should not be used elsewhere o

These ranges will be configurable in a future version.

### Storage classes

MKS Premium only supports two out of the [three Storage Classes on OVHcloud Managed Kubernetes](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume#storage-classes): `csi-cinder-high-speed` and `csi-cinder-high-speed-gen2`.

They allow to create **zone specific** volumes: a PVC provisioned on a zone `X` will only be accessible from the nodes on the zone `X`.

The [classic multi-attach](/pages/public_cloud/compute/classic_block_multi_az_limitations#introduction) is not supported yet for MKS clusters on regions with multiple availability zones, since the currently available file systems (ext(2,3,4), xfs and btrfs) can be subject to data corruptions if volumes are attached to multiple instances.

To create a volume on MKS Premium, use the same process as a [standard Managed Kubernetes cluster](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume).

## Getting started

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MKS Premium Plan
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
updated: 2025-05-27
updated: 2025-06-05
---

<style>
Expand Down Expand Up @@ -102,6 +102,16 @@ The following ranges are used by the cluster, and should not be used elsewhere o

These ranges will be configurable in a future version.

### Storage classes

MKS Premium only supports two out of the [three Storage Classes on OVHcloud Managed Kubernetes](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume#storage-classes): `csi-cinder-high-speed` and `csi-cinder-high-speed-gen2`.

They allow to create **zone specific** volumes: a PVC provisioned on a zone `X` will only be accessible from the nodes on the zone `X`.

The [classic multi-attach](/pages/public_cloud/compute/classic_block_multi_az_limitations#introduction) is not supported yet for MKS clusters on regions with multiple availability zones, since the currently available file systems (ext(2,3,4), xfs and btrfs) can be subject to data corruptions if volumes are attached to multiple instances.

To create a volume on MKS Premium, use the same process as a [standard Managed Kubernetes cluster](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume).

## Getting started

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MKS Premium Plan
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
updated: 2025-05-27
updated: 2025-06-05
---

<style>
Expand Down Expand Up @@ -102,6 +102,16 @@ The following ranges are used by the cluster, and should not be used elsewhere o

These ranges will be configurable in a future version.

### Storage classes

MKS Premium only supports two out of the [three Storage Classes on OVHcloud Managed Kubernetes](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume#storage-classes): `csi-cinder-high-speed` and `csi-cinder-high-speed-gen2`.

They allow to create **zone specific** volumes: a PVC provisioned on a zone `X` will only be accessible from the nodes on the zone `X`.

The [classic multi-attach](/pages/public_cloud/compute/classic_block_multi_az_limitations#introduction) is not supported yet for MKS clusters on regions with multiple availability zones, since the currently available file systems (ext(2,3,4), xfs and btrfs) can be subject to data corruptions if volumes are attached to multiple instances.

To create a volume on MKS Premium, use the same process as a [standard Managed Kubernetes cluster](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume).

## Getting started

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MKS Premium Plan
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
updated: 2025-05-27
updated: 2025-06-05
---

<style>
Expand Down Expand Up @@ -102,6 +102,16 @@ The following ranges are used by the cluster, and should not be used elsewhere o

These ranges will be configurable in a future version.

### Storage classes

MKS Premium only supports two out of the [three Storage Classes on OVHcloud Managed Kubernetes](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume#storage-classes): `csi-cinder-high-speed` and `csi-cinder-high-speed-gen2`.

They allow to create **zone specific** volumes: a PVC provisioned on a zone `X` will only be accessible from the nodes on the zone `X`.

The [classic multi-attach](/pages/public_cloud/compute/classic_block_multi_az_limitations#introduction) is not supported yet for MKS clusters on regions with multiple availability zones, since the currently available file systems (ext(2,3,4), xfs and btrfs) can be subject to data corruptions if volumes are attached to multiple instances.

To create a volume on MKS Premium, use the same process as a [standard Managed Kubernetes cluster](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume).

## Getting started

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MKS Premium Plan
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
updated: 2025-05-27
updated: 2025-06-05
---

<style>
Expand Down Expand Up @@ -102,6 +102,16 @@ The following ranges are used by the cluster, and should not be used elsewhere o

These ranges will be configurable in a future version.

### Storage classes

MKS Premium only supports two out of the [three Storage Classes on OVHcloud Managed Kubernetes](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume#storage-classes): `csi-cinder-high-speed` and `csi-cinder-high-speed-gen2`.

They allow to create **zone specific** volumes: a PVC provisioned on a zone `X` will only be accessible from the nodes on the zone `X`.

The [classic multi-attach](/pages/public_cloud/compute/classic_block_multi_az_limitations#introduction) is not supported yet for MKS clusters on regions with multiple availability zones, since the currently available file systems (ext(2,3,4), xfs and btrfs) can be subject to data corruptions if volumes are attached to multiple instances.

To create a volume on MKS Premium, use the same process as a [standard Managed Kubernetes cluster](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume).

## Getting started

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MKS Premium Plan
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
updated: 2025-05-27
updated: 2025-06-05
---

<style>
Expand Down Expand Up @@ -102,6 +102,16 @@ The following ranges are used by the cluster, and should not be used elsewhere o

These ranges will be configurable in a future version.

### Storage classes

MKS Premium only supports two out of the [three Storage Classes on OVHcloud Managed Kubernetes](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume#storage-classes): `csi-cinder-high-speed` and `csi-cinder-high-speed-gen2`.

They allow to create **zone specific** volumes: a PVC provisioned on a zone `X` will only be accessible from the nodes on the zone `X`.

The [classic multi-attach](/pages/public_cloud/compute/classic_block_multi_az_limitations#introduction) is not supported yet for MKS clusters on regions with multiple availability zones, since the currently available file systems (ext(2,3,4), xfs and btrfs) can be subject to data corruptions if volumes are attached to multiple instances.

To create a volume on MKS Premium, use the same process as a [standard Managed Kubernetes cluster](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume).

## Getting started

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MKS Premium Plan
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
updated: 2025-05-27
updated: 2025-06-05
---

<style>
Expand Down Expand Up @@ -102,6 +102,16 @@ The following ranges are used by the cluster, and should not be used elsewhere o

These ranges will be configurable in a future version.

### Storage classes

MKS Premium only supports two out of the [three Storage Classes on OVHcloud Managed Kubernetes](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume#storage-classes): `csi-cinder-high-speed` and `csi-cinder-high-speed-gen2`.

They allow to create **zone specific** volumes: a PVC provisioned on a zone `X` will only be accessible from the nodes on the zone `X`.

The [classic multi-attach](/pages/public_cloud/compute/classic_block_multi_az_limitations#introduction) is not supported yet for MKS clusters on regions with multiple availability zones, since the currently available file systems (ext(2,3,4), xfs and btrfs) can be subject to data corruptions if volumes are attached to multiple instances.

To create a volume on MKS Premium, use the same process as a [standard Managed Kubernetes cluster](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume).

## Getting started

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MKS Premium Plan
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
updated: 2025-05-27
updated: 2025-06-05
---

<style>
Expand Down Expand Up @@ -102,6 +102,16 @@ The following ranges are used by the cluster, and should not be used elsewhere o

These ranges will be configurable in a future version.

### Storage classes

MKS Premium only supports two out of the [three Storage Classes on OVHcloud Managed Kubernetes](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume#storage-classes): `csi-cinder-high-speed` and `csi-cinder-high-speed-gen2`.

They allow to create **zone specific** volumes: a PVC provisioned on a zone `X` will only be accessible from the nodes on the zone `X`.

The [classic multi-attach](/pages/public_cloud/compute/classic_block_multi_az_limitations#introduction) is not supported yet for MKS clusters on regions with multiple availability zones, since the currently available file systems (ext(2,3,4), xfs and btrfs) can be subject to data corruptions if volumes are attached to multiple instances.

To create a volume on MKS Premium, use the same process as a [standard Managed Kubernetes cluster](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume).

## Getting started

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MKS Premium Plan
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
updated: 2025-05-27
updated: 2025-06-05
---

<style>
Expand Down Expand Up @@ -102,6 +102,16 @@ The following ranges are used by the cluster, and should not be used elsewhere o

These ranges will be configurable in a future version.

### Storage classes

MKS Premium only supports two out of the [three Storage Classes on OVHcloud Managed Kubernetes](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume#storage-classes): `csi-cinder-high-speed` and `csi-cinder-high-speed-gen2`.

They allow to create **zone specific** volumes: a PVC provisioned on a zone `X` will only be accessible from the nodes on the zone `X`.

The [classic multi-attach](/pages/public_cloud/compute/classic_block_multi_az_limitations#introduction) is not supported yet for MKS clusters on regions with multiple availability zones, since the currently available file systems (ext(2,3,4), xfs and btrfs) can be subject to data corruptions if volumes are attached to multiple instances.

To create a volume on MKS Premium, use the same process as a [standard Managed Kubernetes cluster](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume).

## Getting started

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MKS Premium Plan
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
updated: 2025-05-27
updated: 2025-06-05
---

<style>
Expand Down Expand Up @@ -102,6 +102,16 @@ The following ranges are used by the cluster, and should not be used elsewhere o

These ranges will be configurable in a future version.

### Storage classes

MKS Premium only supports two out of the [three Storage Classes on OVHcloud Managed Kubernetes](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume#storage-classes): `csi-cinder-high-speed` and `csi-cinder-high-speed-gen2`.

They allow to create **zone specific** volumes: a PVC provisioned on a zone `X` will only be accessible from the nodes on the zone `X`.

The [classic multi-attach](/pages/public_cloud/compute/classic_block_multi_az_limitations#introduction) is not supported yet for MKS clusters on regions with multiple availability zones, since the currently available file systems (ext(2,3,4), xfs and btrfs) can be subject to data corruptions if volumes are attached to multiple instances.

To create a volume on MKS Premium, use the same process as a [standard Managed Kubernetes cluster](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume).

## Getting started

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MKS Premium Plan
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
updated: 2025-05-27
updated: 2025-06-05
---

<style>
Expand Down Expand Up @@ -102,6 +102,16 @@ The following ranges are used by the cluster, and should not be used elsewhere o

These ranges will be configurable in a future version.

### Storage classes

MKS Premium only supports two out of the [three Storage Classes on OVHcloud Managed Kubernetes](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume#storage-classes): `csi-cinder-high-speed` and `csi-cinder-high-speed-gen2`.

They allow to create **zone specific** volumes: a PVC provisioned on a zone `X` will only be accessible from the nodes on the zone `X`.

The [classic multi-attach](/pages/public_cloud/compute/classic_block_multi_az_limitations#introduction) is not supported yet for MKS clusters on regions with multiple availability zones, since the currently available file systems (ext(2,3,4), xfs and btrfs) can be subject to data corruptions if volumes are attached to multiple instances.

To create a volume on MKS Premium, use the same process as a [standard Managed Kubernetes cluster](/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume).

## Getting started

### Prerequisites
Expand Down
Loading