Skip to content

Commit a518fd8

Browse files
authored
Merge pull request #32062 from my-git9/patch-14
Update storage-classes.md
2 parents 6a96edd + d9c1c7c commit a518fd8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ metadata:
8383
name: standard
8484
provisioner: kubernetes.io/aws-ebs
8585
parameters:
86-
type: gp2
86+
type: gp3
8787
reclaimPolicy: Retain
8888
allowVolumeExpansion: true
8989
mountOptions:
@@ -430,9 +430,9 @@ parameters:
430430
```
431431

432432
<!--
433-
* `type`: `io1`, `gp2`, `sc1`, `st1`. See
433+
* `type`: `io1`, `gp2`, `gp2`, `sc1`, `st1`. See
434434
[AWS docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html)
435-
for details. Default: `gp2`.
435+
for details. Default: `gp3`.
436436
* `zone` (Deprecated): AWS zone. If neither `zone` nor `zones` is specified, volumes are
437437
generally round-robin-ed across all active zones where Kubernetes cluster
438438
has a node. `zone` and `zones` parameters must not be used at the same time.
@@ -453,8 +453,8 @@ parameters:
453453
encrypting the volume. If none is supplied but `encrypted` is true, a key is
454454
generated by AWS. See AWS docs for valid ARN value.
455455
-->
456-
* `type`:`io1`,`gp2`,`sc1`,`st1`。详细信息参见
457-
[AWS 文档](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html)。默认值:`gp2`。
456+
* `type`:`io1`,`gp2`,`gp3`,`sc1`,`st1`。详细信息参见
457+
[AWS 文档](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html)。默认值:`gp3`。
458458
* `zone`(弃用):AWS 区域。如果没有指定 `zone` 和 `zones`,
459459
通常卷会在 Kubernetes 集群节点所在的活动区域中轮询调度分配。
460460
`zone` 和 `zones` 参数不能同时使用。
@@ -695,7 +695,7 @@ provisioner: example.com/external-nfs
695695
parameters:
696696
server: nfs-server.example.com
697697
path: /share
698-
readOnly: false
698+
readOnly: "false"
699699
```
700700

701701
<!--
@@ -1293,7 +1293,7 @@ parameters:
12931293
storagePool: sp1
12941294
storageMode: ThinProvisioned
12951295
secretRef: sio-secret
1296-
readOnly: false
1296+
readOnly: "false"
12971297
fsType: xfs
12981298
```
12991299

0 commit comments

Comments
 (0)