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
OCPBUGS-32592: Ensure Agent isn't unbound if paused (#140)
Originally, the condition to not unbind the Agent
was based on if the AgentMachine is paused AND if the
AgentMachine had a deletionTimestamp. This caused
the Agent to be unbound when the deletionTimestamp
didn't exist yet on the AgentMachine, and is flawed
logic.
This change updates the condition to make sure we
don't continue to unbind the Agent if the AgentMachine
is at all paused.
0 commit comments