From 2c23003d12e4784de8df2fd9ea04dc2604eecd4f Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Thu, 27 Feb 2025 08:39:47 +0100 Subject: [PATCH] updated cilium config for virt cluster --- cilium-values-virt.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cilium-values-virt.yaml b/cilium-values-virt.yaml index 577930d..34c2b2e 100644 --- a/cilium-values-virt.yaml +++ b/cilium-values-virt.yaml @@ -5,6 +5,11 @@ cluster: kubeProxyReplacement: true + +socketLB: # Enabled because of problems with kubevirt reaching services + enabled: true + hostNamespaceOnly: true + # Talos specific k8sServiceHost: localhost k8sServicePort: 7445