Skip to content

Commit

Permalink
Merge pull request kubernetes#41329 from carlory/kep-rbd-migration
Browse files Browse the repository at this point in the history
add CSIMigrationRBD feature promotion from alpha to deprecation
  • Loading branch information
k8s-ci-robot authored and Rishit-dagli committed Aug 12, 2023
2 parents 80407af + 400fbf9 commit a2d57c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/storage/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ for more details.

#### RBD CSI migration {#rbd-csi-migration}

{{< feature-state for_k8s_version="v1.23" state="alpha" >}}
{{< feature-state for_k8s_version="v1.28" state="deprecated" >}}

The `CSIMigration` feature for `RBD`, when enabled, redirects all plugin
operations from the existing in-tree plugin to the `rbd.csi.ceph.com` {{<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ For a reference to old feature gates that are removed, please refer to
| `CPUManagerPolicyOptions` | `true` | Beta | 1.23 | |
| `CSIMigrationPortworx` | `false` | Alpha | 1.23 | 1.24 |
| `CSIMigrationPortworx` | `false` | Beta | 1.25 | |
| `CSIMigrationRBD` | `false` | Alpha | 1.23 | |
| `CSINodeExpandSecret` | `false` | Alpha | 1.25 | 1.26 |
| `CSINodeExpandSecret` | `true` | Beta | 1.27 | |
| `CSIVolumeHealth` | `false` | Alpha | 1.21 | |
Expand Down Expand Up @@ -236,6 +235,8 @@ For a reference to old feature gates that are removed, please refer to
| `CSIMigrationGCE` | `false` | Beta | 1.17 | 1.22 |
| `CSIMigrationGCE` | `true` | Beta | 1.23 | 1.24 |
| `CSIMigrationGCE` | `true` | GA | 1.25 | - |
| `CSIMigrationRBD` | `false` | Alpha | 1.23 | 1.27 |
| `CSIMigrationRBD` | `false` | Deprecated | 1.28 | - |
| `CSIMigrationvSphere` | `false` | Alpha | 1.18 | 1.18 |
| `CSIMigrationvSphere` | `false` | Beta | 1.19 | 1.24 |
| `CSIMigrationvSphere` | `true` | Beta | 1.25 | 1.25 |
Expand Down

0 comments on commit a2d57c5

Please sign in to comment.