Prepare cluster for cilium deployment

This commit is contained in:
2025-11-22 00:16:31 +01:00
parent b57381afcb
commit b24feec37a
2 changed files with 12 additions and 0 deletions

View File

@@ -27,5 +27,6 @@ patches:
- !patch network
- !patch vip
- !patch tailscale
- !patch cilium
patchesControlPlane:
- !patch allow-control-plane-workloads

11
patches/cilium.yaml Normal file
View File

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