From cea33bb34978034a9cb0244a5241022350aa585c Mon Sep 17 00:00:00 2001 From: Mitesh Jain <47820816+miteshskj@users.noreply.github.com> Date: Fri, 1 Apr 2022 19:30:20 +0530 Subject: [PATCH] Add information about InTreePluginAzureFileUnregister and InTreePluginAzureDiskUnregister. --- content/en/docs/concepts/storage/volumes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 69f3c6c757..ed64345ce4 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -152,6 +152,13 @@ Driver](https://github.com/kubernetes-sigs/azuredisk-csi-driver) must be installed on the cluster and the `CSIMigration` and `CSIMigrationAzureDisk` features must be enabled. +#### 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`. + ### azureFile {#azurefile} The `azureFile` volume type mounts a Microsoft Azure File volume (SMB 2.1 and 3.0) @@ -172,6 +179,13 @@ must be installed on the cluster and the `CSIMigration` and `CSIMigrationAzureFi Azure File CSI driver does not support using same volume with different fsgroups, if Azurefile CSI migration is enabled, using same volume with different fsgroups won't be supported at all. +#### azureFile CSI migration complete + +{{< feature-state for_k8s_version="v1.21" state="alpha" >}} + +To disable the `azureFile` storage plugin from being loaded by the controller manager +and the kubelet, set the `InTreePluginAzureFileUnregister` flag to `true`. + ### cephfs A `cephfs` volume allows an existing CephFS volume to be