File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,9 @@ kind: StorageClass
1414apiVersion: storage.k8s.io/v1
1515metadata:
1616 name: <storage-class-name> <1>
17- provisioner: kubernetes.io/vsphere-volume <2>
18- parameters:
19- diskformat: thin <3>
17+ provisioner: csi.vsphere.vmware.com <2>
2018----
2119<1> Name of the storage class. The persistent volume claim uses this storage class for provisioning the associated persistent volumes.
22- <2> For more information about using VMware vSphere with {product-title},
20+ <2> For more information about using VMware vSphere CSI with {product-title},
2321see the
24- link:https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/index.html[VMware vSphere documentation].
25- <3> `diskformat`: `thin`, `zeroedthick` and `eagerzeroedthick` are all
26- valid disk formats. See vSphere docs for additional details regarding the
27- disk format types. The default value is `thin`.
22+ link:https://kubernetes.io/docs/concepts/storage/volumes/#vsphere-csi-migration[Kubernetes documentation].
You can’t perform that action at this time.
0 commit comments