From f3ff80510660a666f26c3bc747485cde22451cdd Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Sat, 17 Jan 2026 13:32:26 +0100 Subject: [PATCH] feat: Move to Cilium --- hosts/vm-k1s/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/vm-k1s/configuration.nix b/hosts/vm-k1s/configuration.nix index 474edf3..347e61e 100644 --- a/hosts/vm-k1s/configuration.nix +++ b/hosts/vm-k1s/configuration.nix @@ -33,6 +33,8 @@ enable = true; extraFlags = [ "--cluster-domain ${inputs.secrets.lab.k3s.clusterDomain}" + "--flannel-backend=none" + "--disable-network-policy" ]; disable = [ # "coredns" # CoreDNS is required for Flux to be able to bootstrap the cluster (Flux needs to resolve the git repo) @@ -41,6 +43,7 @@ "local-storage" "metrics-server" "runtimes" + # "kube-proxy" # TODO: Move to cilium ]; manifests = { git-ssh-key = { @@ -157,6 +160,7 @@ environment.systemPackages = with pkgs; [ fluxcd k9s + cilium-cli ]; # Use correct disko profile