File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
content/zh-cn/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -544,11 +544,11 @@ the following types of volumes:
544
544
* azureDisk
545
545
* azureFile
546
546
* awsElasticBlockStore
547
- * cinder (deprecated)
547
+ * cinder (已弃用)
548
548
* {{< glossary_tooltip text="csi" term_id="csi" >}}
549
- * flexVolume (deprecated)
549
+ * flexVolume (已弃用)
550
550
* gcePersistentDisk
551
- * glusterfs
551
+ * glusterfs (已弃用)
552
552
* rbd
553
553
* portworxVolume
554
554
@@ -557,12 +557,12 @@ You can only expand a PVC if its storage class's `allowVolumeExpansion` field is
557
557
-->
558
558
只有当 PVC 的存储类中将 `allowVolumeExpansion` 设置为 true 时,你才可以扩充该 PVC 申领。
559
559
560
- ` ` ` yaml
560
+ ` ` ` yaml
561
561
apiVersion: storage.k8s.io/v1
562
562
kind: StorageClass
563
563
metadata:
564
- name: gluster -vol-default
565
- provisioner: kubernetes.io/glusterfs
564
+ name: example -vol-default
565
+ provisioner: vendor-name.example/magicstorage
566
566
parameters:
567
567
resturl: "http://192.168.10.100:8080"
568
568
restuser: ""
@@ -1145,14 +1145,14 @@ The following volume types support mount options:
1145
1145
* `cephfs`
1146
1146
* `cinder`(于 v1.18 **弃用**)
1147
1147
* `gcePersistentDisk`
1148
- * `glusterfs`
1148
+ * `glusterfs`(于 v1.25 **弃用**)
1149
1149
* `iscsi`
1150
1150
* `nfs`
1151
1151
* `rbd`
1152
1152
* `vsphereVolume`
1153
1153
1154
1154
<!--
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.
1156
1156
-->
1157
1157
Kubernetes 不对挂载选项执行合法性检查。如果挂载选项是非法的,挂载就会失败。
1158
1158
You can’t perform that action at this time.
0 commit comments