Merge pull request #28779 from ialidzhikov/automated-cherry-pick-of-#28763-origin-release-1.17
Automated cherry pick of #28763: Fix default disk type for Azure
This commit is contained in:
@@ -611,11 +611,11 @@ metadata:
|
|||||||
provisioner: kubernetes.io/azure-disk
|
provisioner: kubernetes.io/azure-disk
|
||||||
parameters:
|
parameters:
|
||||||
storageaccounttype: Standard_LRS
|
storageaccounttype: Standard_LRS
|
||||||
kind: Shared
|
kind: managed
|
||||||
```
|
```
|
||||||
|
|
||||||
* `storageaccounttype`: Azure storage account Sku tier. Default is empty.
|
* `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
|
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
|
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
|
`dedicated`, a new dedicated storage account will be created for the new
|
||||||
|
|||||||
Reference in New Issue
Block a user