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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@
3
3
## Status
4
4
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
8
Beta | 1.28 | - | 7.0.0+ | 4.0.0+
9
-
GA | 1.30 | - | 7.0.2+ | 4.0.1+
9
+
GA | 1.30 | - | 8.0.1+ | 5.0.1+
10
10
11
11
## Overview
12
12
@@ -26,8 +26,8 @@ the mode of a volume when a `PersistentVolumeClaim` is being created from an exi
26
26
This feature is enabled by default and moved to GA with the Kubernetes 1.30 release.
27
27
To use this feature, cluster administrators must:
28
28
29
-
* Create `VolumeSnapshot` APIs with a minimum version of [`v7.0.2`](https://github.com/kubernetes-csi/external-snapshotter/releases/tag/client%2Fv7.0.2).
30
-
* Use `snapshot-controller` and `snapshot-validation-webhook` with a minimum version of `v7.0.2`.
31
-
* Use `external-provisioner` with a minimum version of [`v4.0.1`](https://github.com/kubernetes-csi/external-provisioner/releases/tag/v4.0.1).
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).
32
32
33
-
> For more information about how to use the feature, visit the [Kubernetes blog](TODO: Add GA blog link) 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