Skip to content

Commit c4127ad

Browse files
authored
Merge pull request #28763 from ialidzhikov/en/default-disk-kind
en: Fix default disk type for Azure
2 parents 495cbf0 + 71d17c3 commit c4127ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,11 +658,11 @@ metadata:
658658
provisioner: kubernetes.io/azure-disk
659659
parameters:
660660
storageaccounttype: Standard_LRS
661-
kind: Shared
661+
kind: managed
662662
```
663663

664664
* `storageaccounttype`: Azure storage account Sku tier. Default is empty.
665-
* `kind`: Possible values are `shared` (default), `dedicated`, and `managed`.
665+
* `kind`: Possible values are `shared`, `dedicated`, and `managed` (default).
666666
When `kind` is `shared`, all unmanaged disks are created in a few shared
667667
storage accounts in the same resource group as the cluster. When `kind` is
668668
`dedicated`, a new dedicated storage account will be created for the new

0 commit comments

Comments
 (0)