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