Comment 5 for bug 1900639

Revision history for this message
George Kraft (cynerva) wrote :

From kubectl get nodes, it looks like node status is Unknown and kubelets are crashing/restaring frequently.

> kubelet-daemon.txt (partly as it runs into many lines)

The snippet you attached looks to be pretty early in the logs, before the charm has had a chance to configure Kubelet. I need to see output from later in the logs. Can you grab the last 100 lines or so at least? e.g.

juju ssh kubernetes-worker/0 journalctl -o cat -u snap.kubelet.daemon | tail -n 100