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
Copy file name to clipboardExpand all lines: modules/installation-requirements-user-infra.adoc
+44-12Lines changed: 44 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,54 +125,86 @@ endif::vsphere[]
125
125
126
126
Each cluster machine must meet the following minimum requirements:
127
127
128
-
[cols="2,2,2,2,2",options="header"]
128
+
[cols="2,2,2,2,2,2",options="header"]
129
129
|===
130
130
131
131
|Machine
132
132
|Operating System
133
133
|vCPU ^[1]^
134
134
|Virtual RAM
135
135
|Storage
136
+
ifndef::ibm-z[]
137
+
|IOPS ^[2]^
138
+
endif::ibm-z[]
139
+
ifdef::ibm-z[]
140
+
|IOPS
141
+
endif::ibm-z[]
136
142
137
143
|Bootstrap
138
144
|{op-system}
139
145
ifdef::ibm-power[|2]
140
146
ifndef::ibm-power[|4]
141
147
|16 GB
142
-
|120 GB
148
+
|100 GB
149
+
ifndef::ibm-z[]
150
+
|300
151
+
endif::ibm-z[]
152
+
ifdef::ibm-z[]
153
+
|N/A
154
+
endif::ibm-z[]
155
+
143
156
144
157
|Control plane
145
158
|{op-system}
146
159
ifdef::ibm-power[|2]
147
160
ifndef::ibm-power[|4]
148
161
|16 GB
149
-
|120 GB
162
+
|100 GB
163
+
ifndef::ibm-z[]
164
+
|300
165
+
endif::ibm-z[]
166
+
ifdef::ibm-z[]
167
+
|N/A
168
+
endif::ibm-z[]
150
169
151
170
ifndef::openshift-origin[]
152
171
|Compute
153
172
ifdef::ibm-z,ibm-power[|{op-system}]
154
-
ifndef::ibm-z,ibm-power[|{op-system}, {op-system-base} 7.9, or {op-system-base} 8.4 ^[2]^]
173
+
ifndef::ibm-z,ibm-power[|{op-system}, {op-system-base} 7.9, or {op-system-base} 8.4 ^[3]^]
155
174
|2
156
175
|8 GB
157
-
|120 GB
176
+
|100 GB
177
+
ifndef::ibm-z[]
178
+
|300
179
+
endif::ibm-z[]
180
+
ifdef::ibm-z[]
181
+
|N/A
182
+
endif::ibm-z[]
158
183
endif::openshift-origin[]
159
184
160
185
ifdef::openshift-origin[]
161
186
|Compute
162
187
|{op-system}
163
188
|2
164
189
|8 GB
165
-
|120 GB
190
+
|100 GB
191
+
ifndef::ibm-z[]
192
+
|300
193
+
endif::ibm-z[]
194
+
ifdef::ibm-z[]
195
+
|N/A
196
+
endif::ibm-z[]
166
197
endif::openshift-origin[]
167
198
|===
168
199
[.small]
169
200
--
170
201
ifdef::ibm-z[]
171
-
1. 1 physical core (IFL) provides 2 logical cores (threads) when SMT-2 is enabled. The hypervisor can provide 2 or more vCPUs.
202
+
1. One physical core (IFL) provides two logical cores (threads) when SMT-2 is enabled. The hypervisor can provide two or more vCPUs.
172
203
endif::ibm-z[]
173
204
ifndef::ibm-z[]
174
-
1. 1 vCPU is equivalent to 1 physical core when simultaneous multithreading (SMT), or hyperthreading, is not enabled. When enabled, use the following formula to calculate the corresponding ratio: (threads per core × cores) × sockets = vCPUs.
175
-
2. As with all user-provisioned installations, if you choose to use {op-system-base} compute machines in your cluster, you take responsibility for all operating system life cycle management and maintenance, including performing system updates, applying patches, and completing all other required tasks. Use of {op-system-base} 7 compute machines is deprecated and planned for removal in a future release of {product-title} 4.
205
+
1. One vCPU is equivalent to one physical core when simultaneous multithreading (SMT), or hyperthreading, is not enabled. When enabled, use the following formula to calculate the corresponding ratio: (threads per core × cores) × sockets = vCPUs.
206
+
2. {product-title} and Kubernetes are sensitive to disk performance, and faster storage is recommended, particularly for etcd on the control plane nodes which require a 10 ms p99 fsync duration. Note that on many cloud platforms, storage size and IOPS scale together, so you might need to over-allocate storage volume to obtain sufficient performance.
207
+
3. As with all user-provisioned installations, if you choose to use {op-system-base} compute machines in your cluster, you take responsibility for all operating system life cycle management and maintenance, including performing system updates, applying patches, and completing all other required tasks. Use of {op-system-base} 7 compute machines is deprecated and planned for removal in a future release of {product-title} 4.
176
208
endif::ibm-z[]
177
209
--
178
210
@@ -306,9 +338,9 @@ On your IBM Power instance, set up:
306
338
[discrete]
307
339
=== Storage / main memory
308
340
309
-
* 120 GB / 16 GB for {product-title} control plane machines
310
-
* 120 GB / 8 GB for {product-title} compute machines
311
-
* 120 GB / 16 GB for the temporary {product-title} bootstrap machine
341
+
* 100 GB / 16 GB for {product-title} control plane machines
342
+
* 100 GB / 8 GB for {product-title} compute machines
343
+
* 100 GB / 16 GB for the temporary {product-title} bootstrap machine
0 commit comments