with k3s cluster running on 1.22 is it okay to run...
# k3s
h
with k3s cluster running on 1.22 is it okay to run this to go to latest version available in stable channel?
Copy code
curl -sfL <https://get.k3s.io> | INSTALL_K3S_CHANNEL=stable sh -
or should it be done in steps? 1.22 to 1.23 to 1.24 and so on?