[genesis] avoid restarting kubelet in cleanup

The cleanup process runs concurrently with pods that are actively
using kubernetes endpoints.  In kubelet restart the endpoints are
often recreated breaking networking.

For now avoid the final restart.

Change-Id: I852721caa853315c6550e253cd3813ae49f00a4a
This commit is contained in:
Chris Wedgwood 2020-01-30 18:22:11 -06:00
parent b65930f205
commit 6db4c70e9e
1 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1 @@
set +x
log
log === Restarting kubelet ===
set -x
systemctl restart kubelet
# no cleanup actions at present