Advertisement

Kubernetes failed while attempting to spawn /usr/local/bin/kubelet: No such file or directory

阅读量:
问题描述

在Kubernetes集群中增加一个新的Node会导致kubelet无法启动,并且可以通过 journalctl -xe 命令来查看错误信息。

复制代码
    [root@localhost ~]# journalctl -xe
    -- 
    -- Unit kubelet.service has begun starting up.
    1月 24 08:07:52 localhost.localdomain systemd[8187]: Failed at step CHDIR spawning /usr/local/bin/kubelet: No such file or directory
    -- Subject: Process /usr/local/bin/kubelet could not be executed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- 
    -- The process /usr/local/bin/kubelet could not be executed and failed.
    -- 
    -- 

全部评论 (0)

还没有任何评论哟~