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
defaulting webhooks can run in any order, therefore we
can't rely using the value of managedBy seen by our defaulter
to figure out whether or not we should add the appwrapper finalizer.
To reduce reconciliation conflicts with Kueue, defer adding the
finalizer until we are taking the Suspended to Resuming transition
(which will only happen after Kueue's workload controller successfully
updates Spec.Suspend).
// inject finalizer now (avoid reconcilier errors between the AppWrapper and WorkloadControllers when it is admitted by a ClusterQueue almost immediately)
0 commit comments