From e85807b2e600f4e480aa8467a32592ca013d53ac Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Mon, 3 Mar 2025 11:06:48 +0100 Subject: [PATCH] updated cilium config for kube clustrer --- cilium-values-virt.yaml | 2 ++ cilium-values.yaml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/cilium-values-virt.yaml b/cilium-values-virt.yaml index 34c2b2e..f3d4e4c 100644 --- a/cilium-values-virt.yaml +++ b/cilium-values-virt.yaml @@ -1,3 +1,5 @@ +cni: + exclusive: false upgradeCompatibility: "1.15" cluster: name: virt-cluster diff --git a/cilium-values.yaml b/cilium-values.yaml index 9e2a0af..261190b 100644 --- a/cilium-values.yaml +++ b/cilium-values.yaml @@ -5,6 +5,10 @@ cluster: kubeProxyReplacement: true +socketLB: # Enabled because of problems with kubevirt reaching services + enabled: true + hostNamespaceOnly: true + # Talos specific k8sServiceHost: localhost k8sServicePort: 7445