@@ -83,7 +83,7 @@ metadata:
83
83
name : standard
84
84
provisioner : kubernetes.io/aws-ebs
85
85
parameters :
86
- type : gp3
86
+ type : gp2
87
87
reclaimPolicy : Retain
88
88
allowVolumeExpansion : true
89
89
mountOptions :
@@ -431,8 +431,9 @@ parameters:
431
431
432
432
<!--
433
433
* `type`: `io1`, `gp2`, `gp2`, `sc1`, `st1`. See
434
+ * `type`: `io1`, `gp2`, `sc1`, `st1`. See
434
435
[AWS docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html)
435
- for details. Default : ` gp3 ` .
436
+ for details. Default : ` gp2 ` .
436
437
* `zone` (Deprecated): AWS zone. If neither `zone` nor `zones` is specified, volumes are
437
438
generally round-robin-ed across all active zones where Kubernetes cluster
438
439
has a node. `zone` and `zones` parameters must not be used at the same time.
@@ -453,8 +454,8 @@ parameters:
453
454
encrypting the volume. If none is supplied but `encrypted` is true, a key is
454
455
generated by AWS. See AWS docs for valid ARN value.
455
456
-->
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 `。
458
459
* `zone`(弃用):AWS 区域。如果没有指定 `zone` 和 `zones`,
459
460
通常卷会在 Kubernetes 集群节点所在的活动区域中轮询调度分配。
460
461
` zone` 和 `zones` 参数不能同时使用。
0 commit comments