From 1c7151712f31eae63fddf74517ddfe92c4754ee7 Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Fri, 27 Jun 2025 17:00:37 -0700 Subject: [PATCH] Comment out allowSchedulingOnControlPlanes in controlplane.yaml --- setup/cluster-nodes/patch.templates/controlplane.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/cluster-nodes/patch.templates/controlplane.yaml b/setup/cluster-nodes/patch.templates/controlplane.yaml index 463fc4e..8e5ece0 100644 --- a/setup/cluster-nodes/patch.templates/controlplane.yaml +++ b/setup/cluster-nodes/patch.templates/controlplane.yaml @@ -19,4 +19,4 @@ cluster: registries: service: disabled: true - allowSchedulingOnControlPlanes: true \ No newline at end of file + # allowSchedulingOnControlPlanes: true \ No newline at end of file