Merge pull request #28777 from ialidzhikov/automated-cherry-pick-of-#28763-origin-release-1.19

Automated cherry pick of #28763: Fix default disk type for Azure
pull/29198/head
Kubernetes Prow Robot 2021-07-27 18:31:35 -07:00 committed by GitHub
commit e2767f8d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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