mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-19 16:38:56 -04:00
In some (all?) CI jobs the initial kubelet instance keeps running, despite command context cancellation. Not reproducible locally, so additional output was necessary to track down the root cause in CI runs: signal propagation via sudo didn't work for kube-proxy and kubelet, but only for those two and only in the CI. The fix is to change the CI jobs so that they disable the usage of sudo. While at it, simplify by replacing atomic.Pointer with atomic.Boole. |
||
|---|---|---|
| .. | ||
| cmd.go | ||
| localupcluster.go | ||