From 248cf890a340d46864e2ac03701511ebeff5ce6d Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Mon, 25 Apr 2022 21:17:55 +0800 Subject: [PATCH] Update storage/volumes.md Signed-off-by: xin.li --- content/zh/docs/concepts/storage/volumes.md | 30 +++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/content/zh/docs/concepts/storage/volumes.md b/content/zh/docs/concepts/storage/volumes.md index e264fb4b38..2d92dbf79c 100644 --- a/content/zh/docs/concepts/storage/volumes.md +++ b/content/zh/docs/concepts/storage/volumes.md @@ -273,6 +273,21 @@ features must be enabled. [Azure 磁盘 CSI 驱动程序](https://github.com/kubernetes-sigs/azuredisk-csi-driver), 并且 `CSIMigration` 和 `CSIMigrationAzureDisk` 功能必须被启用。 + +#### azureDisk CSI 迁移完成 + +{{< feature-state for_k8s_version="v1.21" state="alpha" >}} + +要禁止控制器管理器和 kubelet 加载 `azureDisk` 存储插件, +请将 `InTreePluginAzureDiskUnregister` 标志设置为 `true`。 + ### azureFile {#azurefile} +#### azureDisk CSI 迁移完成 + +{{< feature-state for_k8s_version="v1.21" state="alpha" >}} + +要禁止控制器管理器和 kubelet 加载 `azureDisk` 存储插件, +请将 `InTreePluginAzureDiskUnregister` 标志设置为 `true`。 + ### cephfs {#cephfs}