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
@@ -21,172 +21,6 @@ By using the provided CloudFormation templates, you can create stacks of AWS res
21
21
22
22
Alternatively, you can manually create the components or you can reuse existing infrastructure that meets the cluster requirements. Review the CloudFormation templates for more details about how the components interrelate.
You need `AWS::EC2::Instance` objects for the following machines:
28
-
29
-
* A bootstrap machine. This machine is required during installation, but you can remove it after your cluster deploys.
30
-
* Three control plane machines. The control plane machines are not governed by a machine set.
31
-
* Compute machines. You must create at least two compute machines, which are also known as worker machines, during installation. These machines are not governed by a machine set.
32
-
33
-
////
34
-
You can also create and control them by using a MachineSet after your
35
-
control plane initializes and you can access the cluster API by using the `oc`
36
-
command line interface.
37
-
////
38
-
39
-
You can use the following instance types for the cluster machines with the provided CloudFormation templates.
40
-
41
-
42
-
[IMPORTANT]
43
-
====
44
-
If `m4` instance types are not available in your region, such as with `eu-west-3`, use `m5` types instead.
45
-
====
46
-
47
-
.Instance types for machines
48
-
[cols="2a,2a,2a,2a",options="header"]
49
-
|===
50
-
51
-
|Instance type
52
-
|Bootstrap
53
-
|Control plane
54
-
|Compute
55
-
56
-
|`i3.large`
57
-
|x
58
-
|
59
-
|
60
-
61
-
| `m4.large`
62
-
|
63
-
|
64
-
|x
65
-
66
-
| `m4.xlarge`
67
-
|
68
-
|x
69
-
|x
70
-
71
-
| `m4.2xlarge`
72
-
|
73
-
|x
74
-
|x
75
-
76
-
| `m4.4xlarge`
77
-
|
78
-
|x
79
-
|x
80
-
81
-
| `m4.8xlarge`
82
-
|
83
-
|x
84
-
|x
85
-
86
-
| `m4.10xlarge`
87
-
|
88
-
|x
89
-
|x
90
-
91
-
| `m4.16xlarge`
92
-
|
93
-
|x
94
-
|x
95
-
96
-
| `m5.large`
97
-
|
98
-
|
99
-
|x
100
-
101
-
| `m5.xlarge`
102
-
|
103
-
|x
104
-
|x
105
-
106
-
| `m5.2xlarge`
107
-
|
108
-
|x
109
-
|x
110
-
111
-
| `m5.4xlarge`
112
-
|
113
-
|x
114
-
|x
115
-
116
-
| `m5.8xlarge`
117
-
|
118
-
|x
119
-
|x
120
-
121
-
| `m5.10xlarge`
122
-
|
123
-
|x
124
-
|x
125
-
126
-
| `m5.16xlarge`
127
-
|
128
-
|x
129
-
|x
130
-
131
-
| `c4.large`
132
-
|
133
-
|
134
-
|x
135
-
136
-
| `c4.xlarge`
137
-
|
138
-
|
139
-
|x
140
-
141
-
| `c4.2xlarge`
142
-
|
143
-
|x
144
-
|x
145
-
146
-
| `c4.4xlarge`
147
-
|
148
-
|x
149
-
|x
150
-
151
-
| `c4.8xlarge`
152
-
|
153
-
|x
154
-
|x
155
-
156
-
| `r4.large`
157
-
|
158
-
|
159
-
|x
160
-
161
-
| `r4.xlarge`
162
-
|
163
-
|x
164
-
|x
165
-
166
-
| `r4.2xlarge`
167
-
|
168
-
|x
169
-
|x
170
-
171
-
| `r4.4xlarge`
172
-
|
173
-
|x
174
-
|x
175
-
176
-
| `r4.8xlarge`
177
-
|
178
-
|x
179
-
|x
180
-
181
-
| `r4.16xlarge`
182
-
|
183
-
|x
184
-
|x
185
-
186
-
|===
187
-
188
-
You might be able to use other instance types that meet the specifications of these instance types.
189
-
190
24
[id="csr-management-aws_{context}"]
191
25
== Certificate signing requests management
192
26
@@ -589,3 +423,21 @@ or the following individual permissions.
Copy file name to clipboardExpand all lines: modules/installation-configuration-parameters.adoc
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ The string must be 14 characters or fewer long.
169
169
endif::osp[]
170
170
171
171
|`platform`
172
-
|The configuration for the specific platform upon which to perform the installation: `aws`, `baremetal`, `azure`, `openstack`, `ovirt`, `vsphere`. For additional information about `platform.<platform>` parameters, consult the following table for your specific platform.
172
+
|The configuration for the specific platform upon which to perform the installation: `aws`, `baremetal`, `azure`, `openstack`, `ovirt`, `vsphere`. For additional information about `platform.<platform>` parameters, consult the table for your specific platform that follows.
173
173
|Object
174
174
175
175
ifndef::openshift-origin[]
@@ -206,7 +206,7 @@ endif::[]
206
206
207
207
|`compute`
208
208
|The configuration for the machines that comprise the compute nodes.
209
-
|Array of machine-pool objects. For details, see the following "Machine-pool" table.
209
+
|Array of `MachinePool` objects. For details, see the following "Machine-pool" table.
210
210
211
211
|`compute.architecture`
212
212
|Determines the instruction set architecture of the machines in the pool. Currently, heteregeneous clusters are not supported, so all pools must specify the same architecture. Valid values are `amd64` (the default).
@@ -420,7 +420,8 @@ such as `io1`.
420
420
421
421
|`compute.platform.aws.type`
422
422
|The EC2 instance type for the compute machines.
423
-
|Valid link:https://aws.amazon.com/ec2/instance-types/[AWS instance type], such as `c5.9xlarge`.
423
+
|Valid AWS instance type, such as `m4.2xlarge`. See the *Instance types for machines* table that follows.
424
+
//add an xref when possible.
424
425
425
426
|`compute.platform.aws.zones`
426
427
|The availability zones where the installation program creates machines for the compute machine pool. If you provide your own VPC, you must provide a subnet in that availability zone.
0 commit comments