Hello,
What is the correct way to reprovision a node and make it join the cluster again using promenade?
In the first step of deployment, using promenade, join-nodes.sh scripts are generated.
In my case, I create a cluster with 10 nodes including 3 masters. What if I want to reprovision one node? I tries to do kubectl delete node ceph01 and I reinstall the node and give it the same ip and hostname as the previous one and then execute the same join script (which was generated before, and already executed on the previous node before deleting it).
What should I do to be able to redeploy nodes?
Best,