Skip to content

Commit 71d17c3

Browse files
committed
Fix default disk type for Azure
Signed-off-by: ialidzhikov <[email protected]>
1 parent b5810b1 commit 71d17c3

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)