Is it possible to convert a master to a worker node? #633
Answered
by
onedr0p
binaryn3xus
asked this question in
Q&A
-
I have a master node (node 1) that is trying its best to die in some way. Currently its a hanging NIC occasionally. I have hardware on the way. This was my plan...
So would it be better to drain and remove the master then update the yaml configuration for adding the [new] master and [old] worker node back? Related to #589 in a way. |
Beta Was this translation helpful? Give feedback.
Answered by
onedr0p
Feb 13, 2023
Replies: 1 comment
-
I would remove the master node first (k delete node...) and then update your ansible inventory with the new ones and then run Ansible. Just make sure you backup your data first before continuing. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
binaryn3xus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would remove the master node first (k delete node...) and then update your ansible inventory with the new ones and then run Ansible. Just make sure you backup your data first before continuing.