Fix default disk type for Azure

Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
pull/28777/head
ialidzhikov 2021-07-02 15:52:42 +03:00
parent f379a71640
commit 36ee4d1779
1 changed files with 2 additions and 2 deletions

View File

@ -628,11 +628,11 @@ metadata:
provisioner: kubernetes.io/azure-disk
parameters:
storageaccounttype: Standard_LRS
kind: Shared
kind: managed
```
* `storageaccounttype`: Azure storage account Sku tier. Default is empty.
* `kind`: Possible values are `shared` (default), `dedicated`, and `managed`.
* `kind`: Possible values are `shared`, `dedicated`, and `managed` (default).
When `kind` is `shared`, all unmanaged disks are created in a few shared
storage accounts in the same resource group as the cluster. When `kind` is
`dedicated`, a new dedicated storage account will be created for the new