Skip to content

Commit 57c0811

Browse files
author
Gaurav Nelson
authored
Merge pull request #5197 from gnufied/fix-up-vsphere-docs
Fix up vsphere dynamic provisoning docs
2 parents 93ce877 + 6e458bf commit 57c0811

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Diff for: install_config/persistent_storage/dynamically_provisioning_pvs.adoc

+26
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ per cluster. In versions prior to 3.6, this was `*Key=KubernetesCluster,Value=cl
7777
|link:https://github.com/NetApp/trident[Configuring for Trident]
7878
|Storage orchestrator for NetApp ONTAP, SolidFire, and E-Series storage.
7979

80+
81+
|link:https://www.vmware.com/support/vsphere.html[VMWare vSphere]
82+
|`kubernetes.io/vsphere-volume`
83+
|link:http://kubernetes.io/docs/getting-started-guides/vsphere/[Getting Started with vSphere and Kubernetes]
84+
|
85+
8086
|===
8187

8288

@@ -354,6 +360,26 @@ storage that are registered with it. Trident itself is configured separately.
354360
<1> For more information about installing Trident with {product-title}, see the link:https://github.com/NetApp/trident[Trident documentation].
355361
<2> For more information about supported parameters, see the link:https://github.com/NetApp/trident#storage-attributes[storage attributes] section of the Trident documentation.
356362

363+
[[vsphere]]
364+
=== VMWare vSphere Object Definition
365+
366+
.vsphere-storageclass.yaml
367+
====
368+
[source,yaml]
369+
----
370+
kind: StorageClass
371+
apiVersion: storage.k8s.io/v1beta1
372+
metadata:
373+
name: slow
374+
provisioner: kubernetes.io/vsphere-volume <1>
375+
parameters:
376+
diskformat: thin <2>
377+
----
378+
<1> For more information about using VMWare vSphere with {product-title}, see the link:https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/index.html[VMWare vSphere documentation].
379+
<2> `diskformat`: `thin`, `zeroedthick` and `eagerzeroedthick`. See vSphere docs for details. Default: `thin`
380+
====
381+
382+
357383
[[change-default-storage-class]]
358384
== Changing the Default StorageClass
359385
If you are using GCE and AWS, use the following process to change the default StorageClass:

0 commit comments

Comments
 (0)