How to upgrade single-node cluster? #6554
-
I think this method worked with an earlier version of talos/talosctl but it seems to have stopped working now. I've tried kind of all variants with those flags:
It's a single-node cluster where HA is not important. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You just need the from https://www.talos.dev/v1.2/talos-guides/upgrading-talos/ “ There is an option to this command: --preserve, which will explicitly tell Talos to keep ephemeral data intact. In most cases, it is correct to let Talos perform its default action of erasing the ephemeral data. However, if you are running a single-node control-plane, you will want to make sure that --preserve=true.” |
Beta Was this translation helpful? Give feedback.
You just need the
—préserve
flag.from https://www.talos.dev/v1.2/talos-guides/upgrading-talos/
“ There is an option to this command: --preserve, which will explicitly tell Talos to keep ephemeral data intact. In most cases, it is correct to let Talos perform its default action of erasing the ephemeral data. However, if you are running a single-node control-plane, you will want to make sure that --preserve=true.”