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 hooking to the on.event('pods') I don't see similar data received anywhere. I tired also with approaching the problem by observing the status.containerStatuses of the pod, but this either is not called at all, or called with old==new multiple times. Depending on the solution used. One of the examples bellow:
Keywords
events pods
Problem
I'm trying to attach to the container start event:
When hooking to the
on.event('pods')
I don't see similar data received anywhere. I tired also with approaching the problem by observing thestatus.containerStatuses
of the pod, but this either is not called at all, or called with old==new multiple times. Depending on the solution used. One of the examples bellow:Adding
old=lambda x, **_: not (x[0]["started"] is True),
causes handling only the first "proper" and not the subsequent ones.The text was updated successfully, but these errors were encountered: