rke2-server service start failing due to failed to get unit file state nm-cloud-setup.service: No such file or directory #6418
Replies: 2 comments 13 replies
-
No, that's not what's happening. You're misreading the logs - the ExecStartPre that checks to ensure the Check the rest of the logs to see why the |
Beta Was this translation helpful? Give feedback.
-
to add another nodes as rke2-server to join the cluster, do I have to instrall the followings:
or just install rke2 binary which is rke2-.linux-amd64.tar.gz on other controlplane node so that they can be treated as rke2-server. Please advice |
Beta Was this translation helpful? Give feedback.
-
I have downloaded the cilium images, rke2-core-linux-amd64 and rke2.linux-amd64 on my controlplane node and installed rke2 binary (rke2.linux-amd64), at somehow I have followed the rke2 instructions for Ari-Gap environment however rke2-server service is getting failed due to the below:
Process: 1234566 ExecStart=/usr/local/bin/rke2 server (code=exited, status=1/FAILURE)
Process: 1234566 ExecStartPre=/bin/sh -xc ! /usr/bin/systemctl is-enabled --quiet nm-cloud-setup.service (code=exited, status=0/SUCCESS)
rke2-server service start failing due to failed to get unit file state nm-cloud-setup.service: No such file or directory
I have checked the service nm-cloud-setup.service does not exist at all, not sure why it is still pointing to this service. I tried to google it but could not find the correct answer.
Any suggestion would be great
Beta Was this translation helpful? Give feedback.
All reactions