Skip to content

Commit 5fe82f5

Browse files
authored
Merge pull request #33288 from kinzhi/kinzhi49
[zh]Update content/zh/docs/concepts/storage/storage-classes.md
2 parents ba287be + b569079 commit 5fe82f5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 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: gp3
86+
type: gp2
8787
reclaimPolicy: Retain
8888
allowVolumeExpansion: true
8989
mountOptions:
@@ -431,8 +431,9 @@ parameters:
431431

432432
<!--
433433
* `type`: `io1`, `gp2`, `gp2`, `sc1`, `st1`. See
434+
* `type`: `io1`, `gp2`, `sc1`, `st1`. See
434435
[AWS docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html)
435-
for details. Default: `gp3`.
436+
for details. Default: `gp2`.
436437
* `zone` (Deprecated): AWS zone. If neither `zone` nor `zones` is specified, volumes are
437438
generally round-robin-ed across all active zones where Kubernetes cluster
438439
has a node. `zone` and `zones` parameters must not be used at the same time.
@@ -453,8 +454,8 @@ parameters:
453454
encrypting the volume. If none is supplied but `encrypted` is true, a key is
454455
generated by AWS. See AWS docs for valid ARN value.
455456
-->
456-
* `type`:`io1`,`gp2`,`gp3`,`sc1`,`st1`。详细信息参见
457-
[AWS 文档](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html)。默认值:`gp3`。
457+
* `type`:`io1`,`gp2`,`sc1`,`st1`。详细信息参见
458+
[AWS 文档](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html)。默认值:`gp2`。
458459
* `zone`(弃用):AWS 区域。如果没有指定 `zone` 和 `zones`,
459460
通常卷会在 Kubernetes 集群节点所在的活动区域中轮询调度分配。
460461
`zone` 和 `zones` 参数不能同时使用。

0 commit comments

Comments
 (0)