From b24feec37a107906c8fd3353ea19ed1485bda13b Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sat, 22 Nov 2025 00:16:31 +0100 Subject: [PATCH] Prepare cluster for cilium deployment --- nodes/_defaults.yaml | 1 + patches/cilium.yaml | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 patches/cilium.yaml diff --git a/nodes/_defaults.yaml b/nodes/_defaults.yaml index a7aa824..a0b3de8 100644 --- a/nodes/_defaults.yaml +++ b/nodes/_defaults.yaml @@ -27,5 +27,6 @@ patches: - !patch network - !patch vip - !patch tailscale + - !patch cilium patchesControlPlane: - !patch allow-control-plane-workloads diff --git a/patches/cilium.yaml b/patches/cilium.yaml new file mode 100644 index 0000000..fcde5de --- /dev/null +++ b/patches/cilium.yaml @@ -0,0 +1,11 @@ +machine: + features: + hostDNS: + # This option is enabled by default and causes issues with cilium + forwardKubeDNSToHost: false +cluster: + network: + cni: + name: none + proxy: + disabled: true