Added instruction for upgrading kubernetes

This commit is contained in:
2025-11-22 00:16:14 +01:00
parent 3200aaebaa
commit b57381afcb

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