This message was deleted.
# k3s
a
This message was deleted.
f
which cluster-init key? How would you start a new node? virsh? aws console? other?
b
the cluster-init key in configuration yaml (same as
--cluster-init
)- I think it’s probably ignored if there’s already an etcd setup running
f
right.. after the node(machine) has been started, and you are to connect it to the cluster? Sorry, I haven't used the cluster-init flag my self, just tryin to learn 😉
b
yeah I basically already have a cluster with embedded etcd (which is what is created when you stand up a node with cluster-init), and I want to add new master nodes to replace my current ones (using an ansible role that among other things wants a node to be the “Init” node with that flag set)
I just ended up rolling out the new master nodes without adding the cluster-init config 🙂
(the cluster-init node is also where I place my k3s-deployed manifests files)