Guest User

Untitled

a guest
May 4th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. ● kubelet.service - kubelet: The Kubernetes Node Agent
  2. Loaded: loaded (/usr/lib/systemd/system/kubelet.service; enabled; vendor preset: disabled)
  3. Drop-In: /usr/lib/systemd/system/kubelet.service.d
  4. └─10-kubeadm.conf
  5. Active: active (running) since Mon 2020-05-04 08:13:14 UTC; 19min ago
  6. Docs: https://kubernetes.io/docs/
  7. Main PID: 9860 (kubelet)
  8. Tasks: 15 (limit: 8217)
  9. Memory: 29.0M
  10. CGroup: /system.slice/kubelet.service
  11. └─9860 /usr/bin/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --kubeconfig=/etc/kubernetes/kubelet.conf --config=/var/lib/kubelet/config.yaml --cgroup-driver=systemd --network-plugin=cni --pod-infra-container-image=k8s.gcr.io/pause:3.2
  12.  
  13. May 04 08:33:05 k8stest-1 kubelet[9860]: "type": "firewall"
  14. May 04 08:33:05 k8stest-1 kubelet[9860]: },
  15. May 04 08:33:05 k8stest-1 kubelet[9860]: {
  16. May 04 08:33:05 k8stest-1 kubelet[9860]: "type": "tuning"
  17. May 04 08:33:05 k8stest-1 kubelet[9860]: }
  18. May 04 08:33:05 k8stest-1 kubelet[9860]: ]
  19. May 04 08:33:05 k8stest-1 kubelet[9860]: }
  20. May 04 08:33:05 k8stest-1 kubelet[9860]: : [failed to find plugin "bridge" in path [/opt/cni/bin] failed to find plugin "portmap" in path [/opt/cni/bin] failed to find plugin "firewall" in path [/opt/cni/bin] failed to find plugin "tuning" in path [/opt/cni/bin]]
  21. May 04 08:33:05 k8stest-1 kubelet[9860]: W0504 08:33:05.168769 9860 cni.go:237] Unable to update cni config: no valid networks found in /etc/cni/net.d
  22. May 04 08:33:05 k8stest-1 kubelet[9860]: E0504 08:33:05.576350 9860 kubelet.go:2187] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
Add Comment
Please, Sign In to add comment