You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|link:http://kubernetes.io/docs/getting-started-guides/vsphere/[Getting Started with vSphere and Kubernetes]
84
+
|
85
+
80
86
|===
81
87
82
88
@@ -354,6 +360,26 @@ storage that are registered with it. Trident itself is configured separately.
354
360
<1> For more information about installing Trident with {product-title}, see the link:https://github.com/NetApp/trident[Trident documentation].
355
361
<2> For more information about supported parameters, see the link:https://github.com/NetApp/trident#storage-attributes[storage attributes] section of the Trident documentation.
356
362
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
+
357
383
[[change-default-storage-class]]
358
384
== Changing the Default StorageClass
359
385
If you are using GCE and AWS, use the following process to change the default StorageClass:
0 commit comments