From 66ff0e90e0c48ecaca62a1e864c4c5863b1a3cd3 Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Sat, 28 Jun 2025 09:42:20 -0700 Subject: [PATCH] Comment out cluster configuration in controlplane.yaml --- .../patch.templates/controlplane.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/setup/cluster-nodes/patch.templates/controlplane.yaml b/setup/cluster-nodes/patch.templates/controlplane.yaml index 8e5ece0..10bfc6f 100644 --- a/setup/cluster-nodes/patch.templates/controlplane.yaml +++ b/setup/cluster-nodes/patch.templates/controlplane.yaml @@ -13,10 +13,10 @@ machine: gateway: {{ .cloud.router.ip }} vip: ip: {{ .cluster.nodes.control.vip }} -cluster: - discovery: - enabled: true - registries: - service: - disabled: true - # allowSchedulingOnControlPlanes: true \ No newline at end of file +# cluster: +# discovery: +# enabled: true +# registries: +# service: +# disabled: true +# allowSchedulingOnControlPlanes: true \ No newline at end of file