doc: update driver parameters with Premium type
This commit is contained in:
parent
4daa9c2da1
commit
3a25eef597
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Name | Meaning | Example | Mandatory | Default value
|
||||
--- | --- | --- | --- | ---
|
||||
skuName | azure file storage account type (alias: `storageAccountType`) | `Standard_LRS`, `Standard_GRS`, `Standard_RAGRS` | No | `Standard_LRS`
|
||||
skuName | azure file storage account type (alias: `storageAccountType`) | `Standard_LRS`, `Standard_ZRS`, `Standard_GRS`, `Standard_RAGRS`, `Premium_LRS`, `Premium_ZRS` | No | `Standard_LRS` (note: minimum PVC size of Premium storage account type is `100GB`)
|
||||
storageAccount | specify the storage account name in which azure file share will be created | STORAGE_ACCOUNT_NAME | No | if empty, driver will find a suitable storage account that matches `skuName` in the same resource group; if a storage account name is provided, it means that storage account must exist otherwise there would be error
|
||||
location | specify the location in which azure file share will be created | `eastus`, `westus`, etc. | No | if empty, driver will use the same location name as current k8s cluster
|
||||
resourceGroup | specify the resource group in which azure file share will be created | existing resource group name | No | if empty, driver will use the same resource group name as current k8s cluster
|
||||
|
|
|
|||
Loading…
Reference in New Issue