Skip to content

Commit 42a2cd8

Browse files
author
Steven Smith
committed
Removes cluster from SNO requirements
1 parent b1e40e1 commit 42a2cd8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

modules/install-sno-requirements-for-installing-on-a-single-node.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ The server must have a Baseboard Management Controller (BMC) when booting with v
3838
|Kubernetes API|`api.<cluster_name>.<base_domain>`| Add a DNS A/AAAA or CNAME record. This record must be resolvable by clients external to the cluster.
3939
|Internal API|`api-int.<cluster_name>.<base_domain>`| Add a DNS A/AAAA or CNAME record when creating the ISO manually. This record must be resolvable by nodes within the cluster.
4040
|Ingress route|`*.apps.<cluster_name>.<base_domain>`| Add a wildcard DNS A/AAAA or CNAME record that targets the node. This record must be resolvable by clients external to the cluster.
41-
|Cluster node|`<hostname>.<cluster_name>.<base_domain>`| Add a DNS A/AAAA or CNAME record and DNS PTR record to identify the node.
4241
|====
4342
+
4443
Without persistent IP addresses, communications between the `apiserver` and `etcd` might fail.

modules/installing-sno-requirements-for-installing-single-node-openshift.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Installing {product-title} on a single node alleviates some of the requirements
2020
+
2121
[NOTE]
2222
====
23-
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:
23+
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:
2424
2525
(threads per core × cores) × sockets = vCPUs
2626
====
@@ -36,7 +36,6 @@ The server must have a Baseboard Management Controller (BMC) when booting with v
3636
|Kubernetes API|`api.<cluster_name>.<base_domain>`| Add a DNS A/AAAA or CNAME record. This record must be resolvable by clients external to the cluster.
3737
|Internal API|`api-int.<cluster_name>.<base_domain>`| Add a DNS A/AAAA or CNAME record when creating the ISO manually. This record must be resolvable by nodes within the cluster.
3838
|Ingress route|`*.apps.<cluster_name>.<base_domain>`| Add a wildcard DNS A/AAAA or CNAME record that targets the node. This record must be resolvable by clients external to the cluster.
39-
|Cluster node|`<hostname>.<cluster_name>.<base_domain>`| Add a DNS A/AAAA or CNAME record and DNS PTR record to identify the node.
4039
|====
4140
+
4241
Without persistent IP addresses, communications between the `apiserver` and `etcd` might fail.

0 commit comments

Comments
 (0)