Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 761 Bytes

dynamic-provisioning-vsphere-definition.adoc

File metadata and controls

24 lines (22 loc) · 761 Bytes

VMware vSphere object definition

vsphere-storageclass.yaml
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
  name: slow
provisioner: kubernetes.io/vsphere-volume (1)
parameters:
  diskformat: thin (2)
  1. For more information about using VMware vSphere with {product-title}, see the VMware vSphere documentation.

  2. diskformat: thin, zeroedthick and eagerzeroedthick are all valid disk formats. See vSphere docs for additional details regarding the disk format types. The default value is thin.