Merge pull request #33288 from kinzhi/kinzhi49

[zh]Update content/zh/docs/concepts/storage/storage-classes.md
This commit is contained in:
Kubernetes Prow Robot
2022-04-28 16:59:12 -07:00
committed by GitHub
@@ -83,7 +83,7 @@ metadata:
name: standard name: standard
provisioner: kubernetes.io/aws-ebs provisioner: kubernetes.io/aws-ebs
parameters: parameters:
type: gp3 type: gp2
reclaimPolicy: Retain reclaimPolicy: Retain
allowVolumeExpansion: true allowVolumeExpansion: true
mountOptions: mountOptions:
@@ -431,8 +431,9 @@ parameters:
<!-- <!--
* `type`: `io1`, `gp2`, `gp2`, `sc1`, `st1`. See * `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) [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 * `zone` (Deprecated): AWS zone. If neither `zone` nor `zones` is specified, volumes are
generally round-robin-ed across all active zones where Kubernetes cluster 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. has a node. `zone` and `zones` parameters must not be used at the same time.
@@ -453,8 +454,8 @@ parameters:
encrypting the volume. If none is supplied but `encrypted` is true, a key is encrypting the volume. If none is supplied but `encrypted` is true, a key is
generated by AWS. See AWS docs for valid ARN value. generated by AWS. See AWS docs for valid ARN value.
--> -->
* `type``io1``gp2``gp3``sc1``st1`。详细信息参见 * `type``io1``gp2``sc1``st1`。详细信息参见
[AWS 文档](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html)。默认值:`gp3` [AWS 文档](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html)。默认值:`gp2`
* `zone`(弃用)AWS 区域。如果没有指定 `zone``zones` * `zone`(弃用)AWS 区域。如果没有指定 `zone``zones`
通常卷会在 Kubernetes 集群节点所在的活动区域中轮询调度分配。 通常卷会在 Kubernetes 集群节点所在的活动区域中轮询调度分配。
`zone``zones` 参数不能同时使用。 `zone``zones` 参数不能同时使用。