Skip to content

Commit 40b8db3

Browse files
authored
Merge pull request #37943 from gaogao101/work40
[zh-cn] Updated persistent-volumes.md
2 parents 6881d60 + 8ddffe4 commit 40b8db3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/zh-cn/docs/concepts/storage/persistent-volumes.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -544,11 +544,11 @@ the following types of volumes:
544544
* azureDisk
545545
* azureFile
546546
* awsElasticBlockStore
547-
* cinder (deprecated)
547+
* cinder (已弃用)
548548
* {{< glossary_tooltip text="csi" term_id="csi" >}}
549-
* flexVolume (deprecated)
549+
* flexVolume (已弃用)
550550
* gcePersistentDisk
551-
* glusterfs
551+
* glusterfs (已弃用)
552552
* rbd
553553
* portworxVolume
554554

@@ -557,12 +557,12 @@ You can only expand a PVC if its storage class's `allowVolumeExpansion` field is
557557
-->
558558
只有当 PVC 的存储类中将 `allowVolumeExpansion` 设置为 true 时,你才可以扩充该 PVC 申领。
559559

560-
``` yaml
560+
```yaml
561561
apiVersion: storage.k8s.io/v1
562562
kind: StorageClass
563563
metadata:
564-
name: gluster-vol-default
565-
provisioner: kubernetes.io/glusterfs
564+
name: example-vol-default
565+
provisioner: vendor-name.example/magicstorage
566566
parameters:
567567
resturl: "http://192.168.10.100:8080"
568568
restuser: ""
@@ -1145,14 +1145,14 @@ The following volume types support mount options:
11451145
* `cephfs`
11461146
* `cinder`(于 v1.18 **弃用**)
11471147
* `gcePersistentDisk`
1148-
* `glusterfs`
1148+
* `glusterfs`(于 v1.25 **弃用**)
11491149
* `iscsi`
11501150
* `nfs`
11511151
* `rbd`
11521152
* `vsphereVolume`
11531153

11541154
<!--
1155-
Mount options are not validated, If a mount option is invalid, the mount fails.
1155+
Mount options are not validated. If a mount option is invalid, the mount fails.
11561156
-->
11571157
Kubernetes 不对挂载选项执行合法性检查。如果挂载选项是非法的,挂载就会失败。
11581158

0 commit comments

Comments
 (0)