fast-pizza-24629
09/12/2023, 2:41 PM2191
pods, all is good, it runs nicely, but in the join step, we get an error in init
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?