You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During cluster deployment, {product-title} requires a minimum bandwidth of 120{nbsp}Mbps between cluster resources and public internet resources. When network connectivity is slower than 120{nbsp}Mbps (for example, when connecting through a proxy) the cluster installation process times out and deployment fails.
10
+
During cluster deployment, {product-title} requires a minimum bandwidth of 120{nbsp}Mbps between cluster infrastructure and the public internet or private network locations that provide deployment artifacts and resources. When network connectivity is slower than 120{nbsp}Mbps (for example, when connecting through a proxy) the cluster installation process times out and deployment fails.
11
11
12
-
After deployment, network requirements are determined by your workload. However, a minimum bandwidth of 120{nbsp}Mbps helps to ensure timely cluster and operator upgrades.
12
+
After cluster deployment, network requirements are determined by your workload. However, a minimum bandwidth of 120{nbsp}Mbps helps to ensure timely cluster and operator upgrades.
Copy file name to clipboardExpand all lines: modules/rosa-aws-provisioned.adoc
+26-19Lines changed: 26 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,9 @@ The instance type shown for worker nodes is the default value, but you can custo
41
41
[id="rosa-ebs-storage_{context}"]
42
42
== Amazon Elastic Block Store storage
43
43
44
-
Amazon Elastic Block Store (Amazon EBS) block storage is used for both local node storage and persistent volume storage. The following values are the default size of the local, ephemeral storage provisioned for each EC2 instance.
45
-
46
-
Volume requirements for each EC2 instance:
44
+
Amazon Elastic Block Store (Amazon EBS) block storage is used for both local node storage and persistent volume storage. By default, the following storage is provisioned for each EC2 instance:
47
45
48
46
ifndef::openshift-rosa-hcp[]
49
-
50
47
* Control Plane Volume
51
48
** Size: 350GB
52
49
** Type: gp3
@@ -57,18 +54,24 @@ ifndef::openshift-rosa-hcp[]
57
54
** Type: gp3
58
55
** Input/Output Operations Per Second: 900
59
56
60
-
endif::openshift-rosa-hcp[]
61
-
62
57
* Worker Volume
63
-
** Default size: 300GB
64
-
ifndef::openshift-rosa-hcp[]
58
+
** Default size: 300{nbsp}GiB (adjustable at creation time)
65
59
** Minimum size: 128GB
66
-
endif::openshift-rosa-hcp[]
67
-
ifndef::openshift-rosa-hcp[]
68
-
** Minimum size: 75GB
69
-
endif::openshift-rosa-hcp[]
70
60
** Type: gp3
71
61
** Input/Output Operations Per Second: 900
62
+
endif::openshift-rosa-hcp[]
63
+
ifdef::openshift-rosa-hcp[]
64
+
* Node volumes
65
+
** Type: `AWS EBS GP3`
66
+
** Default size: 300{nbsp}GiB (adjustable at creation time)
67
+
** Minimum size: 75{nbsp}GiB
68
+
69
+
* Workload persistent volumes
70
+
** Default storage class: `gp3-csi`
71
+
** Provisioner: `ebs.csi.aws.com`
72
+
** Dynamic persistent volume provisioning
73
+
endif::openshift-rosa-hcp[]
74
+
72
75
73
76
ifndef::openshift-rosa-hcp[]
74
77
[NOTE]
@@ -85,16 +88,16 @@ endif::openshift-rosa-hcp[]
85
88
ifdef::openshift-rosa-hcp[]
86
89
By default, one Network Load Balancer is created for use by the default ingress controller. You can create additional load balancers of the following types according to the needs of your workload:
87
90
88
-
* Classic Load Balancers
89
-
* Network Load Balancers
90
-
* Application Load Balancers
91
+
* Classic Load Balancer
92
+
* Network Load Balancer
93
+
* Application Load Balancer
91
94
92
95
endif::openshift-rosa-hcp[]
93
96
For more information, see the link:https://aws.amazon.com/elasticloadbalancing/features/#Details_for_Elastic_Load_Balancing_Products[ELB documentation for AWS].
94
97
95
98
[id="rosa-s3-storage_{context}"]
96
99
== S3 storage
97
-
The image registry is backed by AWS S3 storage. Resources Pruning of resources is performed regularly to optimize S3 usage and cluster performance.
100
+
The image registry is backed by AWS S3 storage. Resources are pruned regularly to optimize S3 usage and cluster performance.
98
101
99
102
//TODO OSDOCS-11789: Confirm that this is still valid
100
103
[NOTE]
@@ -107,13 +110,17 @@ Two buckets are required with a typical size of 2TB each.
107
110
108
111
Configure your VPC according to the following requirements:
109
112
110
-
* *Subnets*: Two subnets for a cluster with a single availability zone, or six subnets for a cluster with multiple availability zones.
113
+
* *Subnets*: Every cluster requires a minimum of one private subnet for every availability zone. For example, 1 private subnet is required for a single-zone cluster, and 3 private subnets are required for a cluster with 3 availability zones.
114
+
+
115
+
If your cluster needs direct access to a network that is external to the cluster, including the public internet, you require at least one public subnet.
111
116
+
112
117
Red{nbsp}Hat strongly recommends using unique subnets for each cluster. Sharing subnets between multiple clusters is not recommended.
113
118
+
114
119
[NOTE]
115
120
====
116
-
A *public subnet* connects directly to the internet through an internet gateway. A *private subnet* connects to the internet through a network address translation (NAT) gateway.
121
+
A *public subnet* connects directly to the internet through an internet gateway.
122
+
123
+
A *private subnet* connects to the internet through a network address translation (NAT) gateway.
117
124
====
118
125
119
126
* *Route tables*: One route table per private subnet, and one additional table per cluster.
@@ -194,4 +201,4 @@ can add additional custom security groups during cluster creation. Custom securi
194
201
195
202
* You must create the custom security groups in AWS before you create the cluster. For more information, see link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-security-groups.html[Amazon EC2 security groups for Linux instances].
196
203
* You must associate the custom security groups with the VPC that the cluster will be installed into. Your custom security groups cannot be associated with another VPC.
197
-
* You might need to request additional quota for your VPC if you are adding additional custom security groups. For information on AWS quota requirements for ROSA, see _Required AWS service quotas_ in _Prepare your environment_. For information on requesting an AWS quota increase, see link:https://docs.aws.amazon.com/servicequotas/latest/userguide/request-quota-increase.html[Requesting a quota increase].
204
+
* You might need to request additional quota for your VPC if you are adding additional custom security groups. For information on AWS quota requirements for ROSA, see _Required AWS service quotas_ in _Prepare your environment_. For information on requesting an AWS quota increase, see link:https://docs.aws.amazon.com/servicequotas/latest/userguide/request-quota-increase.html[Requesting a quota increase].
Create a network that creates any necessary AWS resources through AWS CloudFormation templates. This helper command is intended to help create and configure a VPC for use with {hcp-title}. This command also supports zeroegress clusters.
871
+
Create a network that creates any necessary AWS resources through AWS CloudFormation templates. This helper command is intended to help create and configure a VPC for use with {hcp-title}. This command also supports {zero-egress} clusters.
0 commit comments