Merge pull request #33187 from my-git9/volumes4

[zh] Update storage/volumes.md
pull/33206/head
Kubernetes Prow Robot 2022-04-25 21:48:51 -07:00 committed by GitHub
commit 047515bd68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -273,6 +273,21 @@ features must be enabled.
[Azure 磁盘 CSI 驱动程序](https://github.com/kubernetes-sigs/azuredisk-csi-driver) [Azure 磁盘 CSI 驱动程序](https://github.com/kubernetes-sigs/azuredisk-csi-driver)
并且 `CSIMigration``CSIMigrationAzureDisk` 功能必须被启用。 并且 `CSIMigration``CSIMigrationAzureDisk` 功能必须被启用。
<!--
#### azureDisk CSI migration complete
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
To disable the `azureDisk` storage plugin from being loaded by the controller manager
and the kubelet, set the `InTreePluginAzureDiskUnregister` flag to `true`.
-->
#### azureDisk CSI 迁移完成
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
要禁止控制器管理器和 kubelet 加载 `azureDisk` 存储插件,
请将 `InTreePluginAzureDiskUnregister` 标志设置为 `true`
### azureFile {#azurefile} ### azureFile {#azurefile}
<!-- <!--
@ -312,6 +327,21 @@ Azure File CSI driver does not support using same volume with different fsgroups
Azure 文件 CSI 驱动尚不支持为同一卷设置不同的 fsgroup。 Azure 文件 CSI 驱动尚不支持为同一卷设置不同的 fsgroup。
如果 AzureFile CSI 迁移被启用,用不同的 fsgroup 来使用同一卷也是不被支持的。 如果 AzureFile CSI 迁移被启用,用不同的 fsgroup 来使用同一卷也是不被支持的。
<!--
#### azureDisk CSI migration complete
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
To disable the `azureDisk` storage plugin from being loaded by the controller manager
and the kubelet, set the `InTreePluginAzureDiskUnregister` flag to `true`.
-->
#### azureDisk CSI 迁移完成
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
要禁止控制器管理器和 kubelet 加载 `azureDisk` 存储插件,
请将 `InTreePluginAzureDiskUnregister` 标志设置为 `true`
### cephfs {#cephfs} ### cephfs {#cephfs}
<!-- <!--