Skip to content

Commit

Permalink
[zh]Update content/zh/docs/concepts/storage/storage-classes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kinzhi committed Apr 28, 2022
1 parent 4878878 commit b569079
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions content/zh/docs/concepts/storage/storage-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ metadata:
name: standard
provisioner: kubernetes.io/aws-ebs
parameters:
type: gp3
type: gp2
reclaimPolicy: Retain
allowVolumeExpansion: true
mountOptions:
Expand Down Expand Up @@ -431,8 +431,9 @@ parameters:

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

0 comments on commit b569079

Please sign in to comment.