Skip to content

Commit 9b61d9e

Browse files
authored
Merge pull request #49188 from gohilankit/px-csi-migration-stable
Update doc for Portworx CSI migration moving to stable
2 parents 712a723 + f317909 commit 9b61d9e

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -806,18 +806,11 @@ before using it in the Pod.
806806
For more details, see the [Portworx volume](https://github.com/kubernetes/examples/tree/master/staging/volumes/portworx/README.md) examples.
807807

808808
#### Portworx CSI migration
809-
{{< feature-state for_k8s_version="v1.25" state="beta" >}}
810-
811-
By default, Kubernetes {{% skew currentVersion %}} attempts to migrate legacy
812-
Portworx volumes to use CSI. (CSI migration for Portworx has been available since
813-
Kubernetes v1.23, but was only turned on by default since the v1.31 release).
814-
If you want to disable automatic migration, you can set the `CSIMigrationPortworx`
815-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
816-
to `false`; you need to make that change for the kube-controller-manager **and** on
817-
every relevant kubelet.
818-
819-
It redirects all plugin operations from the existing in-tree plugin to the
820-
`pxd.portworx.com` Container Storage Interface (CSI) Driver.
809+
{{< feature-state feature_gate_name="CSIMigrationPortworx" >}}
810+
811+
In Kubernetes {{% skew currentVersion %}}, all operations for the in-tree
812+
Portworx volumes are redirected to the `pxd.portworx.com`
813+
Container Storage Interface (CSI) Driver by default.
821814
[Portworx CSI Driver](https://docs.portworx.com/portworx-enterprise/operations/operate-kubernetes/storage-operations/csi)
822815
must be installed on the cluster.
823816

content/en/docs/reference/command-line-tools-reference/feature-gates/csi-migration-portworx.md renamed to content/en/docs/reference/command-line-tools-reference/feature-gates/CSIMigrationPortworx.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ stages:
1717
- stage: beta
1818
defaultValue: true
1919
fromVersion: "1.31"
20+
toVersion: "1.32"
21+
- stage: stable
22+
defaultValue: true
23+
fromVersion: "1.33"
2024
---
2125
Enables shims and translation logic to route volume operations
2226
from the Portworx in-tree plugin to Portworx CSI plugin.

0 commit comments

Comments
 (0)