diff --git a/cluster/machines/bc01n01.hswaw.net.nix b/cluster/machines/bc01n01.hswaw.net.nix index 8dd756da..2c69a79b 100644 --- a/cluster/machines/bc01n01.hswaw.net.nix +++ b/cluster/machines/bc01n01.hswaw.net.nix @@ -20,7 +20,7 @@ rec { gw = "185.236.240.33"; }; - hscloud.kube.control.enable = true; + hscloud.kube.control.enable = false; hscloud.kube.data = { enable = true; podNet = "10.10.16.0/24"; diff --git a/cluster/machines/dcr03s16.hswaw.net.nix b/cluster/machines/dcr03s16.hswaw.net.nix index 5efdbb18..2264e64a 100644 --- a/cluster/machines/dcr03s16.hswaw.net.nix +++ b/cluster/machines/dcr03s16.hswaw.net.nix @@ -45,9 +45,8 @@ rec { ipAddrBits = 28; gw = "185.236.240.33"; }; - hscloud.kube = { - control.enable = false; + control.enable = true; data.enable = true; data.podNet = "10.10.21.0/24"; };