Skip to content

Commit

Permalink
Merge pull request #1030 from kubernetes-sigs/vhd-experimental
Browse files Browse the repository at this point in the history
doc: mark VHD disk feature as experimental feature
  • Loading branch information
andyzhangx committed Jun 10, 2022
2 parents a90d6ed + a75cb65 commit e372d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/driver-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ vnetResourceGroup | specify vnet resource group where virtual network is | exist
vnetName | virtual network name | existing virtual network name | No | if empty, driver will use the `vnetName` value in azure cloud config file
subnetName | subnet name | existing subnet name of the agent node | No | if empty, driver will use the `subnetName` value in azure cloud config file
fsGroupChangePolicy | indicates how volume's ownership will be changed by the driver, pod `securityContext.fsGroupChangePolicy` is ignored | `OnRootMismatch`(by default), `Always`, `None` | No | `OnRootMismatch`
--- | **Following parameters are only for [VHD disk feature](../deploy/example/disk)** | --- | --- |
--- | **Following parameters are only for experimental [VHD disk feature](../deploy/example/disk)** | --- | --- |
fsType | File System Type | `ext4`, `ext3`, `ext2`, `xfs` | Yes | `ext4`
diskName | existing VHD disk file name | `pvc-062196a6-6436-11ea-ab51-9efb888c0afb.vhd` | No |
fsGroupChangePolicy | indicates how volume's ownership will be changed by the driver, pod `securityContext.fsGroupChangePolicy` is ignored | `OnRootMismatch`(by default), `Always`, `None` | No | `OnRootMismatch`
Expand Down

0 comments on commit e372d92

Please sign in to comment.