Skip to content

Commit 63b1d28

Browse files
authored
Merge pull request #74541 from kdrake20/HCIDOCS-122
HCIDOCS-122: SNO Networking Requirements Update
2 parents 8c4e6bd + f1419bb commit 63b1d28

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

installing/installing_sno/install-sno-installing-sno.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ include::modules/install-sno-generating-the-install-iso-manually.adoc[leveloffse
6767
[role="_additional-resources"]
6868
.Additional resources
6969

70+
* See xref:../../installing/installing_sno/install-sno-preparing-to-install-sno.adoc#preparing-to-install-sno[Requirements for installing OpenShift on a single node] for more information about installing {product-title} on a single node.
7071
* See xref:../../post_installation_configuration/enabling-cluster-capabilities.adoc[Enabling cluster capabilities] for more information about enabling cluster capabilities that were disabled prior to installation.
7172
* See xref:../../installing/cluster-capabilities.adoc#explanation_of_capabilities_cluster-capabilities[Optional cluster capabilities in {product-title} {product-version}] for more information about the features provided by each capability.
7273

modules/install-sno-generating-the-install-iso-manually.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ Installing {product-title} on a single node requires an installation ISO, which
1212

1313
* Install `podman`.
1414
15+
[NOTE]
16+
====
17+
See "Requirements for installing OpenShift on a single node" for networking requirements, including DNS records.
18+
====
19+
1520
.Procedure
1621

1722
ifndef::openshift-origin[]

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,12 @@ BMC is not supported on {ibm-z-name} and {ibm-power-name}.
5555
[options="header"]
5656
|====
5757
|Usage|FQDN|Description
58-
|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.
58+
|Kubernetes API|`api.<cluster_name>.<base_domain>`| Add a DNS A/AAAA or CNAME record. This record must be resolvable by both clients external to the cluster and within the cluster.
5959
|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.
60-
|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.
60+
|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 both clients external to the cluster and within the cluster.
6161
|====
6262
+
63+
[IMPORTANT]
64+
====
6365
Without persistent IP addresses, communications between the `apiserver` and `etcd` might fail.
66+
====

0 commit comments

Comments
 (0)