Skip to content

Commit

Permalink
Completeing AzureDisk storage class parameters (#16841)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishakhanihore authored and k8s-ci-robot committed Oct 14, 2019
1 parent 57047b2 commit 065efcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/en/docs/concepts/storage/storage-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,9 @@ parameters:
unmanaged disk in the same resource group as the cluster. When `kind` is
`managed`, all managed disks are created in the same resource group as
the cluster.
* `resourceGroup`: Specify the resource group in which the Azure disk will be created.
It must be an existing resource group name. If it is unspecified, the disk will be
placed in the same resource group as the current Kubernetes cluster.

- Premium VM can attach both Standard_LRS and Premium_LRS disks, while Standard
VM can only attach Standard_LRS disks.
Expand Down

0 comments on commit 065efcb

Please sign in to comment.