Merge pull request #34996 from abrarshivani/vsphere_volumes_examples

Automatic merge from submit-queue

Add vSphere Volume Examples

This PR adds vSphere Volume Examples
This commit is contained in:
Kubernetes Submit Queue
2016-10-26 10:23:09 -07:00
committed by GitHub
10 changed files with 484 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ metadata:
name: slow
provisioner: kubernetes.io/vsphere-volume
parameters:
diskformat: thin
diskformat: eagerzeroedthick
```
* `diskformat`: `thin`, `zeroedthick` and `eagerzeroedthick`. See vSphere docs for details. Default: `"thin"`.