Skip to content

Commit 4e60745

Browse files
authored
Merge pull request #55900 from aldiazRH/OSDOCS-4504
OSDOCS-4504 changing mentions of gp2 storage to gp3
2 parents cb4478f + b0c5d37 commit 4e60745

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

modules/rosa-aws-provisioned.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,19 @@ Volume requirements for each EC2 instance:
3535

3636
- Infrastructure Volume
3737
* Size: 300GB
38-
* Type: gp2
38+
* Type: gp3
3939
* Input/Output Operations Per Second: 900
4040

4141
- Worker Volume
4242
* Size: 300GB
43-
* Type: gp2
43+
* Type: gp3
4444
* Input/Output Operations Per Second: 900
4545

46+
[NOTE]
47+
====
48+
Clusters deployed before the release of {OCP} 4.11 use gp2 type storage by default.
49+
====
50+
4651
[id="rosa-elastic-load-balancers_{context}"]
4752
== Elastic load balancers
4853

modules/sd-planning-cluster-maximums-environment.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following table lists the OpenShift Container Platform environment and confi
1212

1313
[options="header",cols="8*"]
1414
|===
15-
| Node |Type |vCPU |RAM(GiB) |Disk type|Disk size(GiB)/IOS |Count |Region
15+
| Node |Type |vCPU |RAM(GiB) |Disk type|Disk size(GiB)/IOPS |Count |Region
1616

1717
|Control plane/etcd ^[1]^
1818
|m5.4xlarge
@@ -27,7 +27,7 @@ The following table lists the OpenShift Container Platform environment and confi
2727
|r5.2xlarge
2828
|8
2929
|64
30-
|gp2
30+
|gp3
3131
|300 / 900
3232
|3
3333
|us-west-2
@@ -36,7 +36,7 @@ The following table lists the OpenShift Container Platform environment and confi
3636
|m5.2xlarge
3737
|8
3838
|32
39-
|gp2
39+
|gp3
4040
|350 / 900
4141
|3
4242
|us-west-2
@@ -45,7 +45,7 @@ The following table lists the OpenShift Container Platform environment and confi
4545
|m5.2xlarge
4646
|8
4747
|32
48-
|gp2
48+
|gp3
4949
|350 / 900
5050
|102
5151
|us-west-2

storage/persistent_storage/rosa-persistent-storage-aws-ebs.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Following are the two prebuilt storage classes:
1515

1616
| Name | Provisioner
1717

18-
| gp2 | kubernetes.io/aws-ebs
18+
| gp3 | kubernetes.io/aws-ebs
1919

20-
| gp2-csi | ebs.csi.aws.com
20+
| gp3-csi | ebs.csi.aws.com
2121

2222
|===
23-
The gp2 storage class is set as default; however, you can select either one as the default storage class.
23+
The gp3 storage class is set as default; however, you can select either one as the default storage class.
2424

2525
The Kubernetes persistent volume framework enables administrators to provision a cluster with persistent storage and gives users a way to request those resources without having any knowledge of the underlying infrastructure. You can dynamically provision AWS EBS volumes. Persistent volumes are not bound to a single project or namespace; therefore, the volumes can be shared across ROSA clusters. Persistent volume claims are specific to a project or namespace and can be requested by users.
2626

0 commit comments

Comments
 (0)