Skip to content

Commit 784ca34

Browse files
committed
update to latest versions
1 parent fe2b999 commit 784ca34

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## Status
44

55
Status | Min K8s Version | Max K8s Version | external-snapshotter Version | external-provisioner Version
6-
--|--|--|--|--
6+
--|--|--|--------|--
77
Alpha | 1.24 | - | 6.0.1+ | 3.2.1+
88
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+
1010

1111
## Overview
1212

@@ -26,8 +26,8 @@ the mode of a volume when a `PersistentVolumeClaim` is being created from an exi
2626
This feature is enabled by default and moved to GA with the Kubernetes 1.30 release.
2727
To use this feature, cluster administrators must:
2828

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

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

Comments
 (0)