Could not find the requested service kubelet: host
laszlof opened this issue · 2 comments
Receiving the above error message when attempting to use this playbook. It looks like its not doing a systemd daemon-reload after installing kubelet.
Full error output here:
TASK [geerlingguy.kubernetes : Ensure kubelet is started and enabled at boot.] ******************************************************************************************
fatal: [kube-node01]: FAILED! => {"changed": false, "msg": "Could not find the requested service kubelet: host"}
fatal: [kube-master]: FAILED! => {"changed": false, "msg": "Could not find the requested service kubelet: host"}
fatal: [kube-node02]: FAILED! => {"changed": false, "msg": "Could not find the requested service kubelet: host"}
fatal: [kube-node03]: FAILED! => {"changed": false, "msg": "Could not find the requested service kubelet: host"}
This is on CentOS 7.9.2009 on the host system, installing the latest kubernetes + docker.
If I run systemctl daemon-reload
and rerun the playbook, it makes it past this task.
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.