Skip to content

Commit 0bb6926

Browse files
authored
Merge pull request #33256 from youwalther65/patch-1
Remove gp3 from supported EBS volume types for in-tree provisioner "kubernetes.io/aws-ebs"
2 parents 84971bc + 511c745 commit 0bb6926

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ metadata:
4949
name: standard
5050
provisioner: kubernetes.io/aws-ebs
5151
parameters:
52-
type: gp3
52+
type: gp2
5353
reclaimPolicy: Retain
5454
allowVolumeExpansion: true
5555
mountOptions:
@@ -271,9 +271,9 @@ parameters:
271271
fsType: ext4
272272
```
273273

274-
* `type`: `io1`, `gp2`, `gp3`, `sc1`, `st1`. See
274+
* `type`: `io1`, `gp2`, `sc1`, `st1`. See
275275
[AWS docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html)
276-
for details. Default: `gp3`.
276+
for details. Default: `gp2`.
277277
* `zone` (Deprecated): AWS zone. If neither `zone` nor `zones` is specified, volumes are
278278
generally round-robin-ed across all active zones where Kubernetes cluster
279279
has a node. `zone` and `zones` parameters must not be used at the same time.

0 commit comments

Comments
 (0)