Skip to content

Commit 635cae7

Browse files
authored
Merge pull request #43186 from Arhell/zh-upd
[zh] Updated link referring to Portworx CSI Drivers
2 parents 8662094 + c93e666 commit 635cae7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/zh-cn/docs/concepts/storage/volumes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ spec:
322322
containers:
323323
- name: test
324324
image: busybox:1.28
325+
command: ['sh', '-c', 'echo "The app is running!" && tail -f /dev/null']
325326
volumeMounts:
326327
- name: config-vol
327328
mountPath: /etc/config
@@ -1236,15 +1237,15 @@ The `CSIMigration` feature for Portworx has been added but disabled by default i
12361237
It has been beta now since v1.25 but it is still turned off by default.
12371238
It redirects all plugin operations from the existing in-tree plugin to the
12381239
`pxd.portworx.com` Container Storage Interface (CSI) Driver.
1239-
[Portworx CSI Driver](https://docs.portworx.com/portworx-install-with-kubernetes/storage-operations/csi/)
1240+
[Portworx CSI Driver](https://docs.portworx.com/portworx-enterprise/operations/operate-kubernetes/storage-operations/csi)
12401241
must be installed on the cluster.
12411242
To enable the feature, set `CSIMigrationPortworx=true` in kube-controller-manager and kubelet.
12421243
-->
12431244
已针对 Portworx 添加 `CSIMigration` 特性,但在 Kubernetes 1.23 中默认禁用,因为它处于 Alpha 状态。
12441245
自 v1.25 以来它已进入 Beta 阶段,但默认仍关闭。
12451246
它将所有插件操作不再指向树内插件(In-Tree Plugin),转而指向
12461247
`pxd.portworx.com` 容器存储接口(Container Storage Interface,CSI)驱动。
1247-
[Portworx CSI 驱动程序](https://docs.portworx.com/portworx-install-with-kubernetes/storage-operations/csi/)必须安装在集群上。
1248+
[Portworx CSI 驱动程序](https://docs.portworx.com/portworx-enterprise/operations/operate-kubernetes/storage-operations/csi)必须安装在集群上。
12481249
要启用此特性,需在 kube-controller-manager 和 kubelet 中设置 `CSIMigrationPortworx=true`。
12491250

12501251
<!--

0 commit comments

Comments
 (0)