Skip to content

Commit cea33bb

Browse files
committed
Add information about InTreePluginAzureFileUnregister and InTreePluginAzureDiskUnregister.
1 parent ea0d032 commit cea33bb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@ Driver](https://github.com/kubernetes-sigs/azuredisk-csi-driver)
152152
must be installed on the cluster and the `CSIMigration` and `CSIMigrationAzureDisk`
153153
features must be enabled.
154154

155+
#### azureDisk CSI migration complete
156+
157+
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
158+
159+
To disable the `azureDisk` storage plugin from being loaded by the controller manager
160+
and the kubelet, set the `InTreePluginAzureDiskUnregister` flag to `true`.
161+
155162
### azureFile {#azurefile}
156163

157164
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
172179

173180
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.
174181

182+
#### azureFile CSI migration complete
183+
184+
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
185+
186+
To disable the `azureFile` storage plugin from being loaded by the controller manager
187+
and the kubelet, set the `InTreePluginAzureFileUnregister` flag to `true`.
188+
175189
### cephfs
176190

177191
A `cephfs` volume allows an existing CephFS volume to be

0 commit comments

Comments
 (0)