Skip to content

Commit 7f74333

Browse files
authored
Merge pull request #36226 from codyhoag/storage-size-update
GH#35793 Update minimum storage requirements for all providers from 120GB -> 100GB
2 parents 066700a + 6cf94d3 commit 7f74333

File tree

2 files changed

+54
-17
lines changed

2 files changed

+54
-17
lines changed

modules/installation-requirements-user-infra-ibm-z-kvm.adoc

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,36 +91,41 @@ On your {op-system-base} KVM host, set up:
9191

9292
Each cluster virtual machine must meet the following minimum requirements:
9393

94-
[cols="2,2,2,2,2",options="header"]
94+
[cols="2,2,2,2,2,2",options="header"]
9595
|===
9696

9797
|Virtual Machine
9898
|Operating System
9999
|vCPU ^[1]^
100100
|Virtual RAM
101101
|Storage
102+
|IOPS
102103

103104
|Bootstrap
104105
|{op-system}
105106
|4
106107
|16 GB
107-
|120 GB
108+
|100 GB
109+
|N/A
108110

109111
|Control plane
110112
|{op-system}
111113
|4
112114
|16 GB
113-
|120 GB
115+
|100 GB
116+
|N/A
114117

115118
|Compute
116119
|{op-system}
117120
|2
118121
|8 GB
119-
|120 GB
122+
|100 GB
123+
|N/A
120124

121125
|===
126+
[.small]
122127
--
123-
^[1]^ 1 physical core (IFL) provides 2 logical cores (threads) when SMT-2 is enabled. The hypervisor can provide 2 or more vCPUs.
128+
1. One physical core (IFL) provides two logical cores (threads) when SMT-2 is enabled. The hypervisor can provide two or more vCPUs.
124129
--
125130

126131
[id="preferred-ibm-z-system-requirements_{context}"]

modules/installation-requirements-user-infra.adoc

Lines changed: 44 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -125,54 +125,86 @@ endif::vsphere[]
125125

126126
Each cluster machine must meet the following minimum requirements:
127127

128-
[cols="2,2,2,2,2",options="header"]
128+
[cols="2,2,2,2,2,2",options="header"]
129129
|===
130130

131131
|Machine
132132
|Operating System
133133
|vCPU ^[1]^
134134
|Virtual RAM
135135
|Storage
136+
ifndef::ibm-z[]
137+
|IOPS ^[2]^
138+
endif::ibm-z[]
139+
ifdef::ibm-z[]
140+
|IOPS
141+
endif::ibm-z[]
136142

137143
|Bootstrap
138144
|{op-system}
139145
ifdef::ibm-power[|2]
140146
ifndef::ibm-power[|4]
141147
|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+
143156

144157
|Control plane
145158
|{op-system}
146159
ifdef::ibm-power[|2]
147160
ifndef::ibm-power[|4]
148161
|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[]
150169

151170
ifndef::openshift-origin[]
152171
|Compute
153172
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]^]
155174
|2
156175
|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[]
158183
endif::openshift-origin[]
159184

160185
ifdef::openshift-origin[]
161186
|Compute
162187
|{op-system}
163188
|2
164189
|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[]
166197
endif::openshift-origin[]
167198
|===
168199
[.small]
169200
--
170201
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.
172203
endif::ibm-z[]
173204
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.
176208
endif::ibm-z[]
177209
--
178210

@@ -306,9 +338,9 @@ On your IBM Power instance, set up:
306338
[discrete]
307339
=== Storage / main memory
308340

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
312344

313345
[id="recommended-ibm-Power-system-requirements_{context}"]
314346

0 commit comments

Comments
 (0)