Skip to content

Commit b9a166c

Browse files
authored
Merge pull request #589 from RaunakShah/svm-ga
Doc updates for volume mode conversion GA
2 parents 1b71985 + 15fab53 commit b9a166c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

book/src/prevent-volume-mode-conversion.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
Status | Min K8s Version | Max K8s Version | external-snapshotter Version | external-provisioner Version
66
--|--|--|--|--
77
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+
810

911
## Overview
1012

@@ -21,11 +23,11 @@ the mode of a volume when a `PersistentVolumeClaim` is being created from an exi
2123
2224
## Usage
2325

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:
2528

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).
3032

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

Comments
 (0)