We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 495cbf0 + 71d17c3 commit c4127adCopy full SHA for c4127ad
content/en/docs/concepts/storage/storage-classes.md
@@ -658,11 +658,11 @@ metadata:
658
provisioner: kubernetes.io/azure-disk
659
parameters:
660
storageaccounttype: Standard_LRS
661
- kind: Shared
+ kind: managed
662
```
663
664
* `storageaccounttype`: Azure storage account Sku tier. Default is empty.
665
-* `kind`: Possible values are `shared` (default), `dedicated`, and `managed`.
+* `kind`: Possible values are `shared`, `dedicated`, and `managed` (default).
666
When `kind` is `shared`, all unmanaged disks are created in a few shared
667
storage accounts in the same resource group as the cluster. When `kind` is
668
`dedicated`, a new dedicated storage account will be created for the new
0 commit comments