Added Cilium as CNI

This commit is contained in:
Max Pfeiffer
2025-09-16 08:15:45 +02:00
parent c3a4273100
commit a8254f4f5c
6 changed files with 101 additions and 30 deletions

View File

@@ -15,4 +15,13 @@ machine:
vip:
ip: ${vip_shared_ip}
cluster:
allowSchedulingOnControlPlanes: false
allowSchedulingOnControlPlanes: false
network:
cni:
name: none
proxy:
disabled: true
inlineManifests:
- name: cilium
contents: |
${indent(8, cilium_manifest)}