Hi Team,
In a multi network cluster I am trying to change the role of a node like controlplane to worker by disabling the rke2-server and enabling rke2-agent . after enabling the agent service I am seeing below error
Dec 13 033830 masternode3 rke2[21625]: time="2023-12-13T033830+05:30" level=info msg="Waiting to retrieve agent configuration; server is not ready: Node password rejected, duplicate hostname or contents of '/etc/rancher/node/password' may not match server node-passwd entry, try enabling a unique node name with the --with-node-id flag"
same thing works perfectly in a single network cluster.
can anyone please help here?