Ryan Phillips
Ryan Phillips
@SergeyKanzhelev The issue mentions a memory leak separate from the log spam. I am unsure about the memory leak, but the leak is probably not in the logger. I don't...
The function is called by [HandlePodCleanups](https://github.com/kubernetes/kubernetes/blob/c9b812bb1edb76971299ad16a6695c68bbae5130/pkg/kubelet/kubelet_pods.go#L1180) via the Kubelet's HouseKeeping timer (IIRC every 10s). So the kubelet is trying to cleanup some pod paths, getting into a situation where the...
/retest
/king bug /priority important-soon /sig node
/ok-to-test /lgtm
/assign @sjenning
This could be a bug in kubeadm. The kubelet service file [[source](https://github.com/kubernetes/kubeadm/blob/5f13a39e3759c898ae94b56e828487740570dfac/kinder/pkg/build/bits/initBits.go#L284-L295)] may need stanza's in the [Unit] section: ``` [Unit] ... Wants=network-online.target After=network-online.target ... ``` This will allow kubelet...
@rkojedzinszky with a stock debian11 machine running the latest code off of master, I am seeing: ``` E1013 15:06:50.407601 52272 kubelet.go:1413] "Failed to start node shutdown manager" err="node shutdown manager...
There is a mailing list here: https://groups.google.com/forum/#!forum/luvit
I think this behavior is correct. argv[0] is always the executable. I would try using luvi: ``` # luvi . -- a b c d e f { [0] =...