You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/prevent-volume-mode-conversion.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
Status | Min K8s Version | Max K8s Version | external-snapshotter Version | external-provisioner Version
6
6
--|--|--|--|--
7
7
Alpha | 1.24 | - | 6.0.1+ | 3.2.1+
8
+
Beta | 1.28 | - | 7.0.0+ | 4.0.0+
9
+
GA | 1.30 | - | 8.0.1+ | 5.0.1+
8
10
9
11
## Overview
10
12
@@ -21,11 +23,11 @@ the mode of a volume when a `PersistentVolumeClaim` is being created from an exi
21
23
22
24
## Usage
23
25
24
-
To enable this feature, cluster administrators must:
26
+
This feature is enabled by default and moved to GA with the Kubernetes 1.30 release.
27
+
To use this feature, cluster administrators must:
25
28
26
-
* Create `VolumeSnapshot` APIs with a minimum version of [`v6.0.1`](https://github.com/kubernetes-csi/external-snapshotter/releases/tag/client%2Fv6.0.1).
27
-
* Use `snapshot-controller` and `snapshot-validation-webhook` with a minimum version of `v6.0.1`.
28
-
* Use `external-provisioner` with a minimum version of [`v3.2.1`](https://github.com/kubernetes-csi/external-provisioner/releases/tag/v3.2.1).
29
-
* Set `--prevent-volume-mode-conversion=true` flag in `snapshot-controller`, `snapshot-validation-webhook` and `external-provisioner`.
29
+
* Create `VolumeSnapshot` APIs with a minimum version of [`v8.0.1`](https://github.com/kubernetes-csi/external-snapshotter/releases/tag/v8.0.1).
30
+
* Use `snapshot-controller` and `snapshot-validation-webhook` with a minimum version of `v8.0.1`.
31
+
* Use `external-provisioner` with a minimum version of [`v5.0.1`](https://github.com/kubernetes-csi/external-provisioner/releases/tag/v5.0.1).
30
32
31
-
> For more information about how to use the feature, visit the [Kubernetes blog](https://kubernetes.io/blog/2022/05/18/prevent-unauthorised-volume-mode-conversion-alpha/) page.
33
+
> For more information about how to use the feature, visit the [Kubernetes blog](https://kubernetes.io/blog/2024/04/30/prevent-unauthorized-volume-mode-conversion-ga/) page.
0 commit comments