diff --git a/installing/installing_with_agent_based_installer/preparing-to-install-with-agent-based-installer.adoc b/installing/installing_with_agent_based_installer/preparing-to-install-with-agent-based-installer.adoc index c58473497c..c9a4a39de0 100644 --- a/installing/installing_with_agent_based_installer/preparing-to-install-with-agent-based-installer.adoc +++ b/installing/installing_with_agent_based_installer/preparing-to-install-with-agent-based-installer.adoc @@ -23,6 +23,10 @@ include::modules/understanding-agent-install.adoc[leveloffset=+1] * xref:../../installing/installing_with_agent_based_installer/preparing-to-install-with-agent-based-installer.adoc#installation-requirements-platform-none_preparing-to-install-with-agent-based-installer[Requirements for a cluster using the platform "none" option] +* xref:../installing_bare_metal_ipi/ipi-install-prerequisites.adoc#network-requirements-increase-mtu_ipi-install-prerequisites[Increase the network MTU] + +* xref:../../nodes/nodes/nodes-sno-worker-nodes.adoc#nodes-sno-worker-nodes[Adding worker nodes to {sno} clusters] + include::modules/agent-installer-fips-compliance.adoc[leveloffset=+1] include::modules/agent-installer-configuring-fips-compliance.adoc[leveloffset=+1] diff --git a/nodes/nodes/nodes-sno-worker-nodes.adoc b/nodes/nodes/nodes-sno-worker-nodes.adoc index 544895c6a4..66059b2d67 100644 --- a/nodes/nodes/nodes-sno-worker-nodes.adoc +++ b/nodes/nodes/nodes-sno-worker-nodes.adoc @@ -8,6 +8,11 @@ toc::[] {sno-caps} clusters reduce the host prerequisites for deployment to a single host. This is useful for deployments in constrained environments or at the network edge. However, sometimes you need to add additional capacity to your cluster, for example, in telecommunications and network edge scenarios. In these scenarios, you can add worker nodes to the single-node cluster. +[NOTE] +==== +Unlike multi-node clusters, by default all ingress traffic is routed to the single control-plane node, even after adding additional worker nodes. +==== + There are several ways that you can add worker nodes to a single-node cluster. You can add worker nodes to a cluster manually, using link:https://console.redhat.com/openshift/assisted-installer/clusters[{cluster-manager-first}], or by using the Assisted Installer REST API directly. [IMPORTANT] @@ -17,7 +22,7 @@ Adding worker nodes does not expand the cluster control plane, and it does not p [NOTE] ==== -Unlike multi-node clusters, by default all ingress traffic is routed to the single control-plane node, even after adding additional worker nodes. +To add worker nodes, you must have access to the {cluster-manager}. This method is not supported when using the Agent-based installer to install a cluster in a disconnected environment. ==== include::modules/ai-sno-requirements-for-installing-worker-nodes.adoc[leveloffset=+1]