Compare commits

...

2 Commits

Author SHA1 Message Date
b24feec37a Prepare cluster for cilium deployment 2025-11-22 00:16:31 +01:00
b57381afcb Added instruction for upgrading kubernetes 2025-11-22 00:16:14 +01:00
3 changed files with 18 additions and 0 deletions

View File

@@ -65,3 +65,9 @@ Upgrading talos or changing the schematic:
```bash
talosctl upgrade --nodes <node_id> --image factory.talos.dev/metal-installer/<schematic_id>:<version>
```
To upgrade kubernetes or inline manifests, first apply the updated controlplane configs, then run:
```bash
talosctl upgrade-k8s
```

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