updated cilium config for kube clustrer

This commit is contained in:
Michael Trip 2025-03-03 11:06:48 +01:00
parent 2c23003d12
commit e85807b2e6
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
cni:
exclusive: false
upgradeCompatibility: "1.15"
cluster:
name: virt-cluster

View file

@ -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