File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed
reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -806,18 +806,11 @@ before using it in the Pod.
806
806
For more details, see the [Portworx volume](https://github.com/kubernetes/examples/tree/master/staging/volumes/portworx/README.md) examples.
807
807
808
808
# ### 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.
821
814
[Portworx CSI Driver](https://docs.portworx.com/portworx-enterprise/operations/operate-kubernetes/storage-operations/csi)
822
815
must be installed on the cluster.
823
816
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ stages:
17
17
- stage : beta
18
18
defaultValue : true
19
19
fromVersion : " 1.31"
20
+ toVersion : " 1.32"
21
+ - stage : stable
22
+ defaultValue : true
23
+ fromVersion : " 1.33"
20
24
---
21
25
Enables shims and translation logic to route volume operations
22
26
from the Portworx in-tree plugin to Portworx CSI plugin.
You can’t perform that action at this time.
0 commit comments