Skip to content

Commit 446308b

Browse files
authored
Merge pull request #38651 from codyhoag/bare-metal-virtual-removal
Remove "virtual" wording for bare metal resource requirements
2 parents 9a677c6 + 1092029 commit 446308b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

modules/installation-requirements-user-infra.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,14 @@ Each cluster machine must meet the following minimum requirements:
123123

124124
|Machine
125125
|Operating System
126+
ifndef::bare-metal[]
126127
|vCPU ^[1]^
127128
|Virtual RAM
129+
endif::bare-metal[]
130+
ifdef::bare-metal[]
131+
|CPU ^[1]^
132+
|RAM
133+
endif::bare-metal[]
128134
|Storage
129135
ifndef::ibm-z[]
130136
|IOPS ^[2]^
@@ -194,8 +200,13 @@ endif::openshift-origin[]
194200
ifdef::ibm-z[]
195201
1. One physical core (IFL) provides two logical cores (threads) when SMT-2 is enabled. The hypervisor can provide two or more vCPUs.
196202
endif::ibm-z[]
197-
ifndef::ibm-z[]
203+
ifdef::bare-metal[]
204+
1. One CPU 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 = CPUs.
205+
endif::bare-metal[]
206+
ifndef::ibm-z,bare-metal[]
198207
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.
208+
endif::ibm-z,bare-metal[]
209+
ifndef::ibm-z[]
199210
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.
200211
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.
201212
endif::ibm-z[]

0 commit comments

Comments
 (0)