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
re-admitted workload gets deleted after completing. This is because the replacement pods don't become owners of the workload. So the workload gets deleted by garbage-collector very quickly
What happened:
When a Pod fails, it can be replaced with a new pod. However, the new pod doesn't become an owner of the Workload.
This could lead to a Workload from disappearing before all the Pod finalizers have been removed.
What you expected to happen:
The replacement Pod should be owner of the Workload. Excess pods should not be owners.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):git describe --tags --dirty --always
):cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: