updated cilium config for kube clustrer
This commit is contained in:
parent
2c23003d12
commit
e85807b2e6
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
cni:
|
||||||
|
exclusive: false
|
||||||
upgradeCompatibility: "1.15"
|
upgradeCompatibility: "1.15"
|
||||||
cluster:
|
cluster:
|
||||||
name: virt-cluster
|
name: virt-cluster
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,10 @@ cluster:
|
||||||
|
|
||||||
kubeProxyReplacement: true
|
kubeProxyReplacement: true
|
||||||
|
|
||||||
|
socketLB: # Enabled because of problems with kubevirt reaching services
|
||||||
|
enabled: true
|
||||||
|
hostNamespaceOnly: true
|
||||||
|
|
||||||
# Talos specific
|
# Talos specific
|
||||||
k8sServiceHost: localhost
|
k8sServiceHost: localhost
|
||||||
k8sServicePort: 7445
|
k8sServicePort: 7445
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue