From 58c905b04f95a1f8ce7e176cdb01f93353c4a807 Mon Sep 17 00:00:00 2001 From: Cameron Wall Date: Thu, 20 Feb 2025 15:52:57 -0500 Subject: [PATCH] update infra Signed-off-by: Cameron Wall --- install/config_infra_nodes_acm.adoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/install/config_infra_nodes_acm.adoc b/install/config_infra_nodes_acm.adoc index 8b559e56fa..56a8b766f1 100644 --- a/install/config_infra_nodes_acm.adoc +++ b/install/config_infra_nodes_acm.adoc @@ -48,3 +48,19 @@ spec: nodeSelector: node-role.kubernetes.io/infra: "" ---- + + + +. . Use the instructions found at: https://github.com/stolostron/rhacm-docs/blob/2.13_stage/add-ons/configure_nodeselector_tolerations_addons.adoc to update any add-ons to include the following node selectors and tolerations + ++ +[source,yaml] + + nodeSelector: + node-role.kubernetes.io/infra: "" + tolerations: + - key: node-role.kubernetes.io/infra + effect: NoSchedule + operator: Exists +---- +