Hello Outerbounds, we are running a flow in Argo, ...
# ask-metaflow
f
Hello Outerbounds, we are running a flow in Argo, which has a foreach with
2191
pods, all is good, it runs nicely, but in the join step, we get an error in
init
Copy code
exec /bin/argoexec: argument list too long
The same flow runs with no issues in K8s (without argo). It seems to be an issue related to the max size of env variable
ARGO_TEMPLATE
in the
init container
that has a limit of 128kb (source), have any of you encountered this issue before?
👀 1