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 a Deployment is triggered, new pod goes into terminating state and old pod gets running for some time before a new pod is up again and remains stable.
This issue is intermittent but is observed for 70% of the cases.
To Reproduce
Start watching pods of an already deployed pipeline.
Trigger a new deployment from devtron with some of the configurations changed.
Monitor the pods watcher closely. In some cases, new pods starts creating but get terminated once and the old pod(with the old replica) is up instead. It takes some time for this old pod to get terminated permanently and the new replica pod to get up and running stable.