From e8c4958c94a21a040264ba144e1bdd38642064bf Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Sat, 7 Mar 2020 19:45:59 +0800 Subject: [PATCH] Update driver-parameters.md remove `Premium_ZRS` in the parameter doc --- docs/driver-parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/driver-parameters.md b/docs/driver-parameters.md index f79fae07d..29f6846c5 100644 --- a/docs/driver-parameters.md +++ b/docs/driver-parameters.md @@ -6,7 +6,7 @@ Name | Meaning | Example | Mandatory | Default value --- | --- | --- | --- | --- -skuName | azure file storage account type (alias: `storageAccountType`) | `Standard_LRS`, `Standard_ZRS`, `Standard_GRS`, `Standard_RAGRS`, `Premium_LRS`, `Premium_ZRS` | No | `Standard_LRS`

Note:
1. minimum file share size of Premium account type is `100GB`
2.[`ZRS` account type](https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy#zone-redundant-storage) is supported in limited regions) +skuName | azure file storage account type (alias: `storageAccountType`) | `Standard_LRS`, `Standard_ZRS`, `Standard_GRS`, `Standard_RAGRS`, `Premium_LRS` | No | `Standard_LRS`

Note:
1. minimum file share size of Premium account type is `100GB`
2.[`ZRS` account type](https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy#zone-redundant-storage) is supported in limited regions
3. Premium files shares is currently only available for LRS) 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