If I manually create /var/lib/etcd, the error is "code=exited, status=1/FAILURE". If there is no /var/lib/etcd, the error is "code=exited, status=200/CHDIR" Contributor crawford commented Aug 19, 2015 etcd needs that directory to exist. What does the log show when that directory ...
Process: 12585 ExecStart=/usr/local/bin/kubelet $KUBE_LOGTOSTDERR $KUBE_LOG_LEVEL $KUBELET_API_SERVER $KUBELET_ADDRESS $KUBELET_PORT $KUBELET_HOSTNAME $KUBE_ALLOW_PRIV $KUBELET_POD_INFRA_CONTAINER $KUBELET_ARGS (code=exited, status=200/CHDIR) Main PID: 12585 (code=exited, status=200/CHDIR...
Oct 13 20:15:08 c_3.50 systemd[1]: Starting etcd... Oct 13 20:15:08 c_3.50 systemd[1]: etcd.service:main process exited, code=exited, status=1/FAILURE //环境变量设置异常 Oct 13 20:15:08 c_3.50 systemd[1]: Unit etcd.service entered failed state. Oct 13 20:15:08 c_3.50 syst...
systemctl status etcd● etcd.service - Etcd Server Loaded: loaded (/usr/lib/systemd/system/etcd.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Wed 2017-02-22 15:49:46 EST; 25s ago Process: 29835 ExecStart=/usr/bin/etcd (code=exited, status=1/FAIL...
(code=exited, status=200/CHDIR) Main PID:12585(code=exited, status=200/CHDIR) Dec1508:09:53k8s-master.localdomain systemd[1]: Unit kubelet.service entered failed state. Dec1508:09:53k8s-master.localdomain systemd[1]: kubelet.service failed. Dec1508:09:53k8s-master.localdomain systemd[1]: ...
(code=exited, status=200/CHDIR) Main PID: 12585 (code=exited, status=200/CHDIR) Dec 15 08:09:53 k8s-master.localdomain systemd[1]: Unit kubelet.service entered failed state. Dec 15 08:09:53 k8s-master.localdomain systemd[1]: kubelet.service failed. Dec 15 08:09:53 k8s-master....
将kubernetes的二进制可执行文件copy到/usr/bin目录下,然后在/usr/lib/systemd/system目录下为各服务创建systemd服务配置文件(稍后)要使得kubernetes正常工作,需要详细的配置各个服务的启动参数,接下来主要介绍服务最主要的启动参数。 下图展示的为这次实验的架构 ...
Aug 13 18:33:22 izbp15vsdlkxqh8dzmse80z systemd: Failed at step CHDIR spawning /usr/local/bin/etcd: No such file or directory Aug 13 18:33:22 izbp15vsdlkxqh8dzmse80z systemd: etcd.service: main process exited, code=exited, status=200/CHDIR Aug 13 18:33:22 izbp15vsdlkxqh8dzm...