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
We have a stuck node, as the logs shows, there's a huge gap between three containers' start time. I've search for related issue and pr, but looks like the 15 seconds limit still there, which mean we'll facing the same situation at new version.
Here I want to know why there is a 15 seconds limit? And why 15 seconds? Thanks!
relative logs:
time="2021-07-23T08:13:13.278Z" level=info msg="mapped container name \"wait\" to container ID \"e2ef60ebfd535ac0bb1ac78e5968e14a8200f862b92c6c81347ae2fab8e9722c\" (created at 2021-07-23 08:13:12 +0000 UTC, status Created)"
......
time="2021-07-23T09:34:11.268Z" level=info msg="docker ps --all --no-trunc --format={{.Status}}|{{.Label \"io.kubernetes.container.name\"}}|{{.ID}}|{{.CreatedAt}} --filter=label=io.kubernetes.pod.namespace=argo --filter=label=io.kubernetes.pod.name=<pod name>"
time="2021-07-23T09:34:11.323Z" level=info msg="ignoring container \"main\" created at 2021-07-23 08:12:51 +0000 UTC, too long before process started"
time="2021-07-23T09:34:11.323Z" level=info msg="ignoring container \"init\" created at 2021-07-23 08:11:41 +0000 UTC, too long before process started"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
version: 3.0.7
We have a stuck node, as the logs shows, there's a huge gap between three containers' start time. I've search for related issue and pr, but looks like the 15 seconds limit still there, which mean we'll facing the same situation at new version.
Here I want to know why there is a 15 seconds limit? And why 15 seconds? Thanks!
relative logs:
Beta Was this translation helpful? Give feedback.
All reactions