jedi4ever / veewee

Easing the building of vagrant boxes
MIT License
4.29k stars 779 forks source link

./05_test.sh Failed in deply controlpalne. #1117

Closed chenkaigithub closed 3 years ago

chenkaigithub commented 3 years ago

I follow make clean and make to do some test. It's failed in 05_test.sh.

Result :

NAMESPACE NAME STATUS PROVISIONING STATUS CONSUMER BMC HARDWARE PROFILE ONLINE ERROR metal3 node-0 OK ready ipmi://192.168.111.1:6230 unknown true metal3 node-1 OK provisioned test1-controlplane-xjbkn redfish+http://192.168.111.1:8000/redfish/v1/Systems/d8cf11c3-bfc6-4818-8ee9-420680b34ba5 unknown true

In /var/log/message in test1-controlplane-xjbkn , the following error is shown. /var/lib/kubelet/config.yaml is not existed.

Oct 27 16:00:16 test1-w28ns systemd[1]: kubelet.service: Main process exited, code=exited, status=255/n/a Oct 27 16:00:16 test1-w28ns systemd[1]: kubelet.service: Failed with result 'exit-code'. Oct 27 16:00:26 test1-w28ns systemd[1]: kubelet.service: Service RestartSec=10s expired, scheduling restart. Oct 27 16:00:26 test1-w28ns systemd[1]: kubelet.service: Scheduled restart job, restart counter is at 5. Oct 27 16:00:26 test1-w28ns systemd[1]: Stopped kubelet: The Kubernetes Node Agent. Oct 27 16:00:26 test1-w28ns systemd[1]: Started kubelet: The Kubernetes Node Agent. Oct 27 16:00:26 test1-w28ns kubelet[1733]: F1027 16:00:26.413079 1733 server.go:199] failed to load Kubelet config file /var/lib/kubelet/config.yaml, error failed to read kubelet config file "/var/lib/kubelet/config.yaml", error: open /var/lib/kubelet/config.yaml: no such file or directory

chenkaigithub commented 3 years ago

wrong reposity