fix(cilium): Disable kubeproxy on ekman

This commit is contained in:
2026-04-15 13:42:23 +02:00
parent 8f7e7d45eb
commit 3730513e91
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ treefmt.evalModule pkgs {
# --- Nix formatting --- # --- Nix formatting ---
nixfmt = { nixfmt = {
enable = true; enable = true;
package = pkgs.nixfmt-rfc-style; package = pkgs.nixfmt;
}; };
statix.enable = true; statix.enable = true;
deadnix.enable = true; deadnix.enable = true;
+1 -1
View File
@@ -12,7 +12,7 @@ cilium:
enabled: true enabled: true
# kube-proxy stays running during migration; disable replacement until done. # kube-proxy stays running during migration; disable replacement until done.
# TODO: set to true after migration # TODO: set to true after migration
kubeProxyReplacement: false kubeProxyReplacement: true
# Direct apiserver connection -- do not rely on the kubernetes service IP # Direct apiserver connection -- do not rely on the kubernetes service IP
# during migration since we are touching the CNI layer. # during migration since we are touching the CNI layer.
# TODO: remove k8sServiceHost / k8sServicePort (or keep pointing at apiserver localhost) # TODO: remove k8sServiceHost / k8sServicePort (or keep pointing at apiserver localhost)
+2
View File
@@ -1,5 +1,7 @@
cilium: cilium:
enabled: true enabled: true
clustermesh:
enabled: false
envoy: envoy:
enabled: true enabled: true
nodePort: nodePort: