I am running Argo Workflow in GKE and workflow does not show container id while running following command
docker ps --all --no-trunc --format={{.Status}}|{{.Label \"io.kubernetes.container.name\"}}|{{.ID}}|{{.CreatedAt}}
Because of this wait container is stuck in a loop, searching for main container to be finished.
I just changed the workflow controller to k8s and it worked. Seems like wait container needs to be privileged in order to use docker file at /etc path