Skip to content

Commit 047515b

Browse files
authored
Merge pull request #33187 from my-git9/volumes4
[zh] Update storage/volumes.md
2 parents 7298ae1 + 248cf89 commit 047515b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,21 @@ features must be enabled.
273273
[Azure 磁盘 CSI 驱动程序](https://github.com/kubernetes-sigs/azuredisk-csi-driver),
274274
并且 `CSIMigration` 和 `CSIMigrationAzureDisk` 功能必须被启用。
275275

276+
<!--
277+
#### azureDisk CSI migration complete
278+
279+
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
280+
281+
To disable the `azureDisk` storage plugin from being loaded by the controller manager
282+
and the kubelet, set the `InTreePluginAzureDiskUnregister` flag to `true`.
283+
-->
284+
#### azureDisk CSI 迁移完成
285+
286+
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
287+
288+
要禁止控制器管理器和 kubelet 加载 `azureDisk` 存储插件,
289+
请将 `InTreePluginAzureDiskUnregister` 标志设置为 `true`。
290+
276291
### azureFile {#azurefile}
277292

278293
<!--
@@ -312,6 +327,21 @@ Azure File CSI driver does not support using same volume with different fsgroups
312327
Azure 文件 CSI 驱动尚不支持为同一卷设置不同的 fsgroup。
313328
如果 AzureFile CSI 迁移被启用,用不同的 fsgroup 来使用同一卷也是不被支持的。
314329

330+
<!--
331+
#### azureDisk CSI migration complete
332+
333+
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
334+
335+
To disable the `azureDisk` storage plugin from being loaded by the controller manager
336+
and the kubelet, set the `InTreePluginAzureDiskUnregister` flag to `true`.
337+
-->
338+
#### azureDisk CSI 迁移完成
339+
340+
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
341+
342+
要禁止控制器管理器和 kubelet 加载 `azureDisk` 存储插件,
343+
请将 `InTreePluginAzureDiskUnregister` 标志设置为 `true`。
344+
315345
### cephfs {#cephfs}
316346

317347
<!--

0 commit comments

Comments
 (0)