Skip to content

Commit 1de6054

Browse files
authored
Merge pull request #7961 from ovh/feat/mks/3az/update-storage-classes
feat(mks): add information about 3az storage classes
2 parents bb3e5fb + c280eef commit 1de6054

30 files changed

+210
-60
lines changed

pages/public_cloud/containers_orchestration/managed_kubernetes/premium/guide.de-de.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MKS Premium Plan
33
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
4-
updated: 2025-05-27
4+
updated: 2025-06-05
55
---
66

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

103103
These ranges will be configurable in a future version.
104104

105+
### Storage classes
106+
107+
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`.
108+
109+
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`.
110+
111+
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.
112+
113+
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).
114+
105115
## Getting started
106116

107117
### Prerequisites

pages/public_cloud/containers_orchestration/managed_kubernetes/premium/guide.en-asia.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MKS Premium Plan
33
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
4-
updated: 2025-05-27
4+
updated: 2025-06-05
55
---
66

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

103103
These ranges will be configurable in a future version.
104104

105+
### Storage classes
106+
107+
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`.
108+
109+
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`.
110+
111+
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.
112+
113+
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).
114+
105115
## Getting started
106116

107117
### Prerequisites

pages/public_cloud/containers_orchestration/managed_kubernetes/premium/guide.en-au.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MKS Premium Plan
33
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
4-
updated: 2025-05-27
4+
updated: 2025-06-05
55
---
66

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

103103
These ranges will be configurable in a future version.
104104

105+
### Storage classes
106+
107+
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`.
108+
109+
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`.
110+
111+
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.
112+
113+
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).
114+
105115
## Getting started
106116

107117
### Prerequisites

pages/public_cloud/containers_orchestration/managed_kubernetes/premium/guide.en-ca.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MKS Premium Plan
33
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
4-
updated: 2025-05-27
4+
updated: 2025-06-05
55
---
66

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

103103
These ranges will be configurable in a future version.
104104

105+
### Storage classes
106+
107+
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`.
108+
109+
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`.
110+
111+
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.
112+
113+
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).
114+
105115
## Getting started
106116

107117
### Prerequisites

pages/public_cloud/containers_orchestration/managed_kubernetes/premium/guide.en-gb.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MKS Premium Plan
33
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
4-
updated: 2025-05-27
4+
updated: 2025-06-05
55
---
66

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

103103
These ranges will be configurable in a future version.
104104

105+
### Storage classes
106+
107+
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`.
108+
109+
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`.
110+
111+
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.
112+
113+
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).
114+
105115
## Getting started
106116

107117
### Prerequisites

pages/public_cloud/containers_orchestration/managed_kubernetes/premium/guide.en-ie.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MKS Premium Plan
33
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
4-
updated: 2025-05-27
4+
updated: 2025-06-05
55
---
66

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

103103
These ranges will be configurable in a future version.
104104

105+
### Storage classes
106+
107+
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`.
108+
109+
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`.
110+
111+
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.
112+
113+
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).
114+
105115
## Getting started
106116

107117
### Prerequisites

pages/public_cloud/containers_orchestration/managed_kubernetes/premium/guide.en-sg.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MKS Premium Plan
33
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
4-
updated: 2025-05-27
4+
updated: 2025-06-05
55
---
66

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

103103
These ranges will be configurable in a future version.
104104

105+
### Storage classes
106+
107+
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`.
108+
109+
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`.
110+
111+
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.
112+
113+
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).
114+
105115
## Getting started
106116

107117
### Prerequisites

pages/public_cloud/containers_orchestration/managed_kubernetes/premium/guide.en-us.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MKS Premium Plan
33
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
4-
updated: 2025-05-27
4+
updated: 2025-06-05
55
---
66

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

103103
These ranges will be configurable in a future version.
104104

105+
### Storage classes
106+
107+
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`.
108+
109+
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`.
110+
111+
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.
112+
113+
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).
114+
105115
## Getting started
106116

107117
### Prerequisites

pages/public_cloud/containers_orchestration/managed_kubernetes/premium/guide.es-es.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MKS Premium Plan
33
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
4-
updated: 2025-05-27
4+
updated: 2025-06-05
55
---
66

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

103103
These ranges will be configurable in a future version.
104104

105+
### Storage classes
106+
107+
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`.
108+
109+
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`.
110+
111+
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.
112+
113+
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).
114+
105115
## Getting started
106116

107117
### Prerequisites

pages/public_cloud/containers_orchestration/managed_kubernetes/premium/guide.es-us.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MKS Premium Plan
33
excerpt: 'Features and limitations of the MKS Premium Plan in Beta version'
4-
updated: 2025-05-27
4+
updated: 2025-06-05
55
---
66

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

103103
These ranges will be configurable in a future version.
104104

105+
### Storage classes
106+
107+
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`.
108+
109+
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`.
110+
111+
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.
112+
113+
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).
114+
105115
## Getting started
106116

107117
### Prerequisites

0 commit comments

Comments
 (0)