mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 05:01:46 +00:00
Add support for fstype in Storage Class for vSphere Cloud Provider
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user