Add support for fstype in Storage Class for vSphere Cloud Provider

This commit is contained in:
Abrar Shivani
2017-02-13 13:49:41 -08:00
parent 05c046f6d3
commit 50c9cca487
15 changed files with 233 additions and 40 deletions

View File

@@ -61,9 +61,11 @@ metadata:
provisioner: kubernetes.io/vsphere-volume
parameters:
diskformat: eagerzeroedthick
fstype: ext3
```
* `diskformat`: `thin`, `zeroedthick` and `eagerzeroedthick`. See vSphere docs for details. Default: `"thin"`.
* `fstype`: fstype that are supported by kubernetes. Default: `"ext4"`.
#### Portworx Volume