Skip to content

Commit

Permalink
Update storage-classes.md (kubernetes#7408)
Browse files Browse the repository at this point in the history
Added the detail of storage class with Azure Managed Disk.
  • Loading branch information
tanaka_733 authored and k8s-ci-robot committed Feb 22, 2018
1 parent 0f178d4 commit fccbf61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/concepts/storage/storage-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fccbf61

Please sign in to comment.