I'm in the process of replacing my server node in ...
# k3s
q
I'm in the process of replacing my server node in my homelab cluster, by spinning up a new server and deleting the old. I noticed that the old server had the roles
control-plane
and
master
, while the new server only has
control-plane
. I can't remember having set any of these, is this some default that has been changed with recent versions of k3s, or am I missing some crucial bit of setup that is going to come back and bite me later?
n
Newer versions of K3s removed the
master
label that we auto-applied.
👍 1
c
https://github.com/k3s-io/k3s/pull/12395 / https://github.com/k3s-io/k3s/issues/11117 - master node-role has not been present on new server nodes since K3s 1.34
👍 1