vSphere Volume
vSphere volume virtualizes SAN/NAS arrays, enabling an efficient operational model optimized for virtualized environments and centered on the application instead of the infrastructure There are two types of provisioners for vSphere storage classes:
- CSI provisioner: csi.vsphere.vmware.com
- vCP provisioner: kubernetes.io/vsphere-volume
Versions Supported
- 1.0.x
- 1.0.0
Parameters
Name | Supported Values | Default Value | Description |
---|---|---|---|
diskformat | thin, zeroedthick and eagerzeroedthick | zeroedthick | The storage account type to use |
datastore | Datastore Name | If specified, the volume will be created on the datastore specified in the storage class | |
isDefaultClass | true, false | true | Flag to denote if this StorageClass will be the default |
Troubleshooting
Storage classes created by Spectro will be with the name "spectro-storage-class" and can be fetched from kubectl using the following CLI command:
kubectl get storageclass