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
// When we receive an 'application deleted' event from a managed agent, it should only cause the principal application to be deleted IF the principal Application is ALSO in the deletion state (deletionTimestamp is non-nil)
256
256
ifapp.DeletionTimestamp==nil {
257
257
logCtx.Warn("application was detected as deleted from managed agent, even though principal application is not in deletion state")
258
-
// In managed mode, if the application was deleted from the agent but the principal
259
-
// application is not in deletion state, we should recreate it by sending the
260
-
// application spec back to the managed agent
261
-
logCtx.Info("Recreating application in managed agent to maintain desired state")
262
-
263
-
// Send the application spec to the managed agent to recreate it
0 commit comments