kubernetes/test/utils/localupcluster
Patrick Ohly f692e4e8f0 DRA upgrade/downgrade: add some debug output for stopping commands
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.
2026-03-09 10:40:33 +01:00
..
cmd.go DRA upgrade/downgrade: add some debug output for stopping commands 2026-03-09 10:40:33 +01:00
localupcluster.go DRA upgrade/downgrade: add some debug output for stopping commands 2026-03-09 10:40:33 +01:00