You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change semantics to force IMEX shutdown on ComputeDomain delete
Previously we would block deletion of the ComputeDomaon until all
workloads making use of it completed (though this was actually buggy).
The new semantics don't do this anymore -- instead deletion of a
ComputeDomain now actively removes the node labels referencing that
ComputeDomain, forcing any IMEX daemons running on those nodes to
shutdown. A cleanup handler is used to remove any stray labels in case a
workload happens to slip in a label after the ComputeDomain has been
deleted (which is possible if the ComputeDomain gets deleted while the
workload is still coming online).
Signed-off-by: Kevin Klues <[email protected]>
0 commit comments