-
Notifications
You must be signed in to change notification settings - Fork 132
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
init: argument list too long #5621
Comments
@vsukhin, are you sure that it's about the environment variable, not just the long argument? The certificate is actually passed as an argument to the Toolkit, and I would rather say that it's directly related to the script itself. Two things to fix:
I think that the latter one can be delayed for now, as it's edge case too, and we can just fix the direct issue |
Yes, then it's about direct issue. User can provide additional details https://testkubeworkspace.slack.com/archives/C06DD6RUWAZ/p1719555213306649 |
Actually, seems like environment variables also contribute to this size: https://stackoverflow.com/questions/28865473/setting-environment-variable-to-a-large-value-argument-list-too-long. Then, big data like certificates will need to be passed via files. For the direct issue, it shouldn't be a problem anyway I guess. |
interesting |
should we close it by adding notes to documentation? |
Describe the bug
Argument list is too long for Test Workflow init with multiple and big env
To Reproduce
Steps to reproduce the behavior:
exec /.tktw/init: argument list too long
Aborted (Error)
Error
Expected behavior
Test Workflow is executed without error
Version / Cluster
The text was updated successfully, but these errors were encountered: