Skip to content

Commit

Permalink
update to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RaunakShah committed Jun 18, 2024
1 parent fe2b999 commit 784ca34
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions book/src/prevent-volume-mode-conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
## Status

Status | Min K8s Version | Max K8s Version | external-snapshotter Version | external-provisioner Version
--|--|--|--|--
--|--|--|--------|--
Alpha | 1.24 | - | 6.0.1+ | 3.2.1+
Beta | 1.28 | - | 7.0.0+ | 4.0.0+
GA | 1.30 | - | 7.0.2+ | 4.0.1+
GA | 1.30 | - | 8.0.1+ | 5.0.1+

## Overview

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

* Create `VolumeSnapshot` APIs with a minimum version of [`v7.0.2`](https://github.com/kubernetes-csi/external-snapshotter/releases/tag/client%2Fv7.0.2).
* Use `snapshot-controller` and `snapshot-validation-webhook` with a minimum version of `v7.0.2`.
* Use `external-provisioner` with a minimum version of [`v4.0.1`](https://github.com/kubernetes-csi/external-provisioner/releases/tag/v4.0.1).
* Create `VolumeSnapshot` APIs with a minimum version of [`v8.0.1`](https://github.com/kubernetes-csi/external-snapshotter/releases/tag/v8.0.1).
* Use `snapshot-controller` and `snapshot-validation-webhook` with a minimum version of `v8.0.1`.
* Use `external-provisioner` with a minimum version of [`v5.0.1`](https://github.com/kubernetes-csi/external-provisioner/releases/tag/v5.0.1).

> For more information about how to use the feature, visit the [Kubernetes blog](TODO: Add GA blog link) page.
> 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 comments on commit 784ca34

Please sign in to comment.