File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/zh-cn/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,7 @@ spec:
322
322
containers :
323
323
- name : test
324
324
image : busybox:1.28
325
+ command : ['sh', '-c', 'echo "The app is running!" && tail -f /dev/null']
325
326
volumeMounts :
326
327
- name : config-vol
327
328
mountPath : /etc/config
@@ -1236,15 +1237,15 @@ The `CSIMigration` feature for Portworx has been added but disabled by default i
1236
1237
It has been beta now since v1.25 but it is still turned off by default.
1237
1238
It redirects all plugin operations from the existing in-tree plugin to the
1238
1239
` 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)
1240
1241
must be installed on the cluster.
1241
1242
To enable the feature, set `CSIMigrationPortworx=true` in kube-controller-manager and kubelet.
1242
1243
-->
1243
1244
已针对 Portworx 添加 `CSIMigration` 特性,但在 Kubernetes 1.23 中默认禁用,因为它处于 Alpha 状态。
1244
1245
自 v1.25 以来它已进入 Beta 阶段,但默认仍关闭。
1245
1246
它将所有插件操作不再指向树内插件(In-Tree Plugin),转而指向
1246
1247
` 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)必须安装在集群上。
1248
1249
要启用此特性,需在 kube-controller-manager 和 kubelet 中设置 `CSIMigrationPortworx=true`。
1249
1250
1250
1251
<!--
You can’t perform that action at this time.
0 commit comments