What problem does it solve? Upgrading RKE2 clusters involves strict ordering rules, version skew constraints, and risky rollback procedures; this Skill provides the correct commands and decision rules so upgrades and downgrades are performed safely. ## Core Features & Use Cases - Manual Upgrades: Step-by-step commands for upgrading via the install script, binary replacement, or RPM packages, with server-first ordering and service restarts. - Automated Upgrades: Ready-to-use system-upgrade-controller Plan manifests for server and agent nodes, including channel tracking, version pinning, concurrency, and maintenance windows. - Rollback Procedures: Complete downgrade workflows for embedded etcd, SQLite, and external databases using pre-upgrade snapshots. - Use Case: You need to move a cluster from v1.32 to v1.33. The Skill tells you to snapshot etcd first, upgrade servers one at a time, then agents, and gives you the exact Plan YAML or install-script commands. ## Quick Start Ask how to upgrade my RKE2 cluster to the latest stable release and what to do if I need to roll back.