From 4a51e74572ecd1ac4de411cd0523e2402001d25c Mon Sep 17 00:00:00 2001 From: Huamin Chen Date: Wed, 7 Sep 2016 09:47:29 -0400 Subject: [PATCH] add azure disk volume Signed-off-by: Huamin Chen --- docs/user-guide/volumes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/user-guide/volumes.md b/docs/user-guide/volumes.md index d118e4e9505f5..ddd9d2cd40b1c 100644 --- a/docs/user-guide/volumes.md +++ b/docs/user-guide/volumes.md @@ -76,6 +76,7 @@ Kubernetes supports several types of Volumes: * `persistentVolumeClaim` * `downwardAPI` * `azureFileVolume` + * `azureDisk` * `vsphereVolume` We welcome additional contributions. @@ -445,6 +446,12 @@ into a Pod. More details can be found [here](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/volumes/azure_file/README.md) +### AzureDiskVolume + +A `AzureDiskVolume` is used to mount a Microsoft Azure [Data Disk](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-linux-about-disks-vhds/) into a Pod. + +More details can be found [here](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/volumes/azure_disk/README.md) + ### vsphereVolume A `vsphereVolume` is used to mount a vSphere VMDK Volume into your Pod. The contents