Skip to content

Commit 3053842

Browse files
author
Guangwen Feng
authored
[zh] Update storage-classes.md (#30561)
* [zh] Update storage-classes.md Signed-off-by: Guangwen Feng <[email protected]> * [zh] Fix an invalid link in storage-classes.md Signed-off-by: Guangwen Feng <[email protected]>
1 parent 48a2a13 commit 3053842

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -755,14 +755,14 @@ OpenStack 的内部驱动已经被弃用。请使用
755755
<!--
756756
There are two types of provisioners for vSphere storage classes:
757757

758-
- [CSI provisioner](#csi-provisioner): `csi.vsphere.vmware.com`
758+
- [CSI provisioner](#vsphere-provisioner-csi): `csi.vsphere.vmware.com`
759759
- [vCP provisioner](#vcp-provisioner): `kubernetes.io/vsphere-volume`
760760

761761
In-tree provisioners are [deprecated](/blog/2019/12/09/kubernetes-1-17-feature-csi-migration-beta/#why-are-we-migrating-in-tree-plugins-to-csi). For more information on the CSI provisioner, see [Kubernetes vSphere CSI Driver](https://vsphere-csi-driver.sigs.k8s.io/) and [vSphereVolume CSI migration](/docs/concepts/storage/volumes/#csi-migration-5).
762762
-->
763763
vSphere 存储类有两种制备器
764764

765-
- [CSI 制备器](#csi-provisioner): `csi.vsphere.vmware.com`
765+
- [CSI 制备器](#vsphere-provisioner-csi): `csi.vsphere.vmware.com`
766766
- [vCP 制备器](#vcp-provisioner): `kubernetes.io/vsphere-volume`
767767

768768
树内制备器已经被
@@ -774,19 +774,19 @@ vSphere 存储类有两种制备器
774774
<!--
775775
#### CSI Provisioner {#vsphere-provisioner-csi}
776776

777-
The vSphere CSI StorageClass provisioner works with Tanzu Kubernetes clusters. For an example, refer to the [vSphere CSI repository](https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/master/example/vanilla-k8s-file-driver/example-sc.yaml).
777+
The vSphere CSI StorageClass provisioner works with Tanzu Kubernetes clusters. For an example, refer to the [vSphere CSI repository](https://github.com/kubernetes-sigs/vsphere-csi-driver/blob/master/example/vanilla-k8s-RWM-filesystem-volumes/example-sc.yaml).
778778
-->
779779
#### CSI 制备器 {#vsphere-provisioner-csi}
780780

781781
vSphere CSI StorageClass 制备器在 Tanzu Kubernetes 集群下运行。示例请参
782-
[vSphere CSI 仓库](https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/master/example/vanilla-k8s-file-driver/example-sc.yaml)。
782+
[vSphere CSI 仓库](https://github.com/kubernetes-sigs/vsphere-csi-driver/blob/master/example/vanilla-k8s-RWM-filesystem-volumes/example-sc.yaml)。
783783

784784
<!--
785785
#### vCP Provisioner
786786

787787
The following examples use the VMware Cloud Provider (vCP) StorageClass provisioner.
788788
-->
789-
#### vCP 制备器
789+
#### vCP 制备器 {#vcp-provisioner}
790790

791791
以下示例使用 VMware Cloud Provider (vCP) StorageClass 调度器
792792

0 commit comments

Comments
 (0)