Added cilium

This commit is contained in:
2025-11-12 05:46:48 +01:00
parent 3200aaebaa
commit 66d2c03be4
5 changed files with 86 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
```