diff --git a/README.md b/README.md index 3ff9619..d889c66 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,9 @@ Upgrading talos or changing the schematic: ```bash talosctl upgrade --nodes --image factory.talos.dev/metal-installer/: ``` + +To upgrade kubernetes or inline manifests, first apply the updated controlplane configs, then run: + +```bash +talosctl upgrade-k8s +```