Skip to content

Commit 4603e96

Browse files
committed
OSDOCS#16215: Remove unsupported feature for VSphere storage
1 parent b0ba582 commit 4603e96

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

modules/dynamic-provisioning-vsphere-definition.adoc

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,9 @@ kind: StorageClass
1414
apiVersion: storage.k8s.io/v1
1515
metadata:
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},
2321
see 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].

0 commit comments

Comments
 (0)