Skip to content

Commit 4c67cd6

Browse files
author
unknown
committed
Remove example, point to repo
1 parent 09a658e commit 4c67cd6

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -424,20 +424,8 @@ In-tree provisioners are [deprecated](/blog/2019/12/09/kubernetes-1-17-feature-c
424424

425425
#### CSI Provisioner {#vsphere-provisioner-csi}
426426

427-
The vSphere CSI StorageClass provisioner works with Tanzu Kubernetes clusters.
427+
The vSphere CSI StorageClass provisioner works with Tanzu Kubernetes clusters. For examples, refer to the [vSphere CSI repository](https://github.com/kubernetes-sigs/vsphere-csi-driver).
428428

429-
```yaml
430-
apiVersion: storage.k8s.io/v1
431-
kind: StorageClass
432-
metadata:
433-
name: example-vsphere-sc-csi
434-
annotations:
435-
storageclass.kubernetes.io/is-default-class: true
436-
provisioner: csi.vsphere.vmware.com
437-
parameters:
438-
datastoreurl: "ds:///vmfs/volumes/vsan:52d8eb4842dbf493-41523be9cd4ff7b7/"
439-
```
440-
441429
#### vCP Provisioner
442430

443431
The following examples use the VMware Cloud Provider (vCP) StorageClass provisioner.

0 commit comments

Comments
 (0)