Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc updates for volume mode conversion GA #589

Merged
merged 3 commits into from
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions book/src/prevent-volume-mode-conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
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 | - | 8.0.1+ | 5.0.1+

## Overview

Expand All @@ -21,11 +23,11 @@ the mode of a volume when a `PersistentVolumeClaim` is being created from an exi

## Usage

To enable this feature, cluster administrators must:
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 [`v6.0.1`](https://github.com/kubernetes-csi/external-snapshotter/releases/tag/client%2Fv6.0.1).
* Use `snapshot-controller` and `snapshot-validation-webhook` with a minimum version of `v6.0.1`.
* Use `external-provisioner` with a minimum version of [`v3.2.1`](https://github.com/kubernetes-csi/external-provisioner/releases/tag/v3.2.1).
* Set `--prevent-volume-mode-conversion=true` flag in `snapshot-controller`, `snapshot-validation-webhook` and `external-provisioner`.
* 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](https://kubernetes.io/blog/2022/05/18/prevent-unauthorised-volume-mode-conversion-alpha/) 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.
Loading