Skip to content

Commit 0fc04db

Browse files
carloryTim Bannistertengqm
authored
update portworxVolume doc (#46506)
* update portworxVolume doc Co-authored-by: Tim Bannister <[email protected]> * Update content/en/docs/concepts/storage/volumes.md Co-authored-by: Qiming Teng <[email protected]> * Update content/en/docs/concepts/storage/volumes.md Co-authored-by: Qiming Teng <[email protected]> --------- Co-authored-by: Tim Bannister <[email protected]> Co-authored-by: Qiming Teng <[email protected]>
1 parent 037a419 commit 0fc04db

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ please install corresponding CSI drivers.
526526
* [`gcePersistentDisk`](/docs/concepts/storage/volumes/#gcePersistentDisk) - GCE Persistent Disk
527527
(**migration on by default** starting v1.23)
528528
* [`portworxVolume`](/docs/concepts/storage/volumes/#portworxvolume) - Portworx volume
529-
(**deprecated** starting v1.25)
529+
(**migration on by default** starting v1.31)
530530
* [`vsphereVolume`](/docs/concepts/storage/volumes/#vspherevolume) - vSphere VMDK volume
531531
(**migration on by default** starting v1.25)
532532

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -720,13 +720,18 @@ For more details, see the [Portworx volume](https://github.com/kubernetes/exampl
720720
#### Portworx CSI migration
721721
{{< feature-state for_k8s_version="v1.25" state="beta" >}}
722722

723-
The `CSIMigration` feature for Portworx has been added but disabled by default in Kubernetes 1.23 since it's in alpha state.
724-
It has been beta now since v1.25 but it is still turned off by default.
723+
By default, Kubernetes {{% skew currentVersion %}} attempts to migrate legacy
724+
Portworx volumes to use CSI. (CSI migration for Portworx has been available since
725+
Kubernetes v1.23, but was only turned on by default since the v1.31 release).
726+
If you want to disable automatic migration, you can set the `CSIMigrationPortworx`
727+
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
728+
to `false`; you need to make that change for the kube-controller-manager **and** on
729+
every relevant kubelet.
730+
725731
It redirects all plugin operations from the existing in-tree plugin to the
726732
`pxd.portworx.com` Container Storage Interface (CSI) Driver.
727733
[Portworx CSI Driver](https://docs.portworx.com/portworx-enterprise/operations/operate-kubernetes/storage-operations/csi)
728734
must be installed on the cluster.
729-
To enable the feature, set `CSIMigrationPortworx=true` in kube-controller-manager and kubelet.
730735

731736
### projected
732737

0 commit comments

Comments
 (0)