https://bugzilla.redhat.com/show_bug.cgi?id=1190192

wkq5...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wkq5...@gmail.com



--- Comment #6 from wkq5...@gmail.com ---
Hi everyone, I still hit that when change from docker.socket to docker.service
( I used fedora 20)

as below:

[fedora@test-k8s-minion ~]$ cat /usr/lib/systemd/system/kubelet.service
[Unit]
Description=Kubernetes Kubelet Server
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
After=docker.service cadvisor.service
Requires=docker.service

[Service]
EnvironmentFile=-/etc/kubernetes/config
EnvironmentFile=-/etc/kubernetes/kubelet
ExecStart=/usr/bin/kubelet \
        ${KUBE_LOGTOSTDERR} \
        ${KUBE_LOG_LEVEL} \
        ${KUBE_ETCD_SERVERS} \
        ${KUBELET_ADDRESS} \
        ${KUBELET_PORT} \
        ${KUBELET_HOSTNAME} \
        ${KUBE_ALLOW_PRIV} \
        ${KUBELET_ARGS}
Restart=on-failure

[Install]
WantedBy=multi-user.target


[fedora@test-k8s-minion ~]$ sudo systemctl start kubelet
Failed to issue method call: Unit docker.socket failed to load: No such file or
directory.


I really can not figure out why it complain again and again.

Could you help that ? Thanks

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to