From f1c00db983738189a0d2ce8fa3e3b53bef6c6bbe Mon Sep 17 00:00:00 2001 From: Jon Keam Date: Fri, 28 Feb 2025 16:32:00 -0500 Subject: [PATCH] Update documentation to clarify the value of the label --- modules/hcp-bm-prereqs.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hcp-bm-prereqs.adoc b/modules/hcp-bm-prereqs.adoc index 9fc880ccd26c..5f9fcdad609f 100644 --- a/modules/hcp-bm-prereqs.adoc +++ b/modules/hcp-bm-prereqs.adoc @@ -15,8 +15,8 @@ $ oc get managedclusters local-cluster ---- -* You must add the `topology.kubernetes.io/zone` label to your bare metal hosts on your management cluster. Otherwise, all of the hosted control plane pods are scheduled on a single node, causing single point of failure. +* You must add the `topology.kubernetes.io/zone` label to your bare metal hosts on your management cluster, as well as using a different value for this label on each host. Otherwise, all of the hosted control plane pods are scheduled on a single node, causing single point of failure. * To provision {hcp} on bare metal, you can use the Agent platform. The Agent platform uses the central infrastructure management service to add worker nodes to a hosted cluster. For more information, see _Enabling the central infrastructure management service_. -* You need to install the hosted control plane command line interface. \ No newline at end of file +* You need to install the hosted control plane command line interface.