Completeing AzureDisk storage class parameters (#16841)

This commit is contained in:
vishakha
2019-10-15 04:05:51 +05:30
committed by Kubernetes Prow Robot
parent 57047b2c2c
commit 065efcb313
@@ -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.