💭 Manual Upgrades | K3s ======================= !https://docs.k3s.io/upgrades/manual Date: April 19, 2024 Manual Upgrades | K3s You can upgrade K3s by using the installation script, or by manually installing the binary of the desired version. docs.k3s.io [1] You can give k3s an install channel to install `stable`, `latest`, or specific versions like `1.26`. This is handy to make sure that you install the same version on all of your workers. ``` bash curl -sfL https://get.k3s.io | INSTALL_K3S_CHANNEL=latest sh -s - ``` !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://docs.k3s.io/upgrades/manual [2]: /thoughts/ [3]: /tags/thoughts/