Update storage-classes.md (#7408)

Added the detail of storage class with Azure Managed Disk.
This commit is contained in:
tanaka_733
2018-02-23 08:52:45 +09:00
committed by k8s-ci-robot
parent 0f178d4632
commit fccbf610e9
+3 -1
View File
@@ -476,7 +476,9 @@ parameters:
When `kind` is `shared`, all unmanaged disks are created in a few shared
storage accounts in the same resource group as the cluster. When `kind` is
`dedicated`, a new dedicated storage account will be created for the new
unmanaged disk in the same resource group as the cluster.
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.
- Premium VM can attach both Standard_LRS and Premium_LRS disks, while Standard
VM can only attach Standard_LRS disks.