Replies: 1 comment 4 replies
-
It is not only safe, it is necessary. I've done it countless times. In fact, if you run k3s using a systemd unit (which is the case after installing k3s using the installation script), k3s gets started with You can also use For these reasons I think that |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Upgrades section of the documentation currently reads "To upgrade K3s from an older version you can re-run the installation script using the same flags".
However, when we set up a k3s "HA with embedded etcd db" configuration we still wondered if it is really safe to specify
--cluster-init
for the upgrade runs, too. The worry was that this would reset ("initizalize") the etcd database.Beta Was this translation helpful? Give feedback.
All reactions