Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Avoid hitting etcd limit for workflow pod with large parameters #9698

Closed
wants to merge 3 commits into from

Conversation

terrytangyuan
Copy link
Member

Fixes #8790.

Signed-off-by: Yuan Tang terrytangyuan@gmail.com

Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
@tooptoop4
Copy link
Contributor

🙏

@terrytangyuan terrytangyuan restored the fix-size-param branch October 2, 2023 18:53
@terrytangyuan terrytangyuan reopened this Oct 2, 2023
@juliev0
Copy link
Contributor

juliev0 commented Oct 2, 2023

added a comment to the original issue on how we're relying on the ARGO_TEMPLATE inputs

@tooptoop4
Copy link
Contributor

@terrytangyuan could we have an env flag to enable omitting this?

@tooptoop4
Copy link
Contributor

would line 325 break as it expects inputs?
pod, err = substitutePodParams(pod, woc.globalParams, tmpl)

@terrytangyuan
Copy link
Member Author

There are certainly things breaking because of this change. The tests were not passing. If someone wants to pick this up, feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

duplicate env variable ARGO_TEMPLATE result in etcd size 1MB limit
3 participants