File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
content/zh/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -273,6 +273,21 @@ features must be enabled.
273
273
[Azure 磁盘 CSI 驱动程序](https://github.com/kubernetes-sigs/azuredisk-csi-driver),
274
274
并且 `CSIMigration` 和 `CSIMigrationAzureDisk` 功能必须被启用。
275
275
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
+
276
291
# ## azureFile {#azurefile}
277
292
278
293
<!--
@@ -312,6 +327,21 @@ Azure File CSI driver does not support using same volume with different fsgroups
312
327
Azure 文件 CSI 驱动尚不支持为同一卷设置不同的 fsgroup。
313
328
如果 AzureFile CSI 迁移被启用,用不同的 fsgroup 来使用同一卷也是不被支持的。
314
329
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
+
315
345
# ## cephfs {#cephfs}
316
346
317
347
<!--
You can’t perform that action at this time.
0 commit comments