-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
v3.5.5: EKS Pod Identity S3 Artifact is not working #12949
Comments
Thank you, it works on :latest, I was using 3.5.5 that was the latest stable release at the time. Do you know if this is arriving on latest stable any time soon? I see that 3.5.6 was released recently but doesn't include that change and I'd like to keep a defined tag instead of :latest. |
We generally follow this doc: https://argo-workflows.readthedocs.io/en/latest/releases/ #12651 wasn't a security patch, so it didn't get backported. Unless it gets backported, it won't be released till 3.6. You can build your own custom images with that cherry-picked into v3.5.6, for instance. Or you can use the commit hash instead of |
Closing since it does work as intended. Also, since you got it working, would you be interested in documenting it yourself? Since it's still missing docs (and I haven't used it so I can't write it myself). |
Pre-requisites
:latest
What happened/what did you expect to happen?
I have the following configmap:
The service account is already set up correctly and the minio client is assuming the correct role with more than enough permissions to S3. Also, the role already have the Trust Relationship as:
Version
v3.5.5
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
and this is the template used:
Logs from the workflow controller
I believe it is irrelevant for that case, the controller logs are only showing there is nothing related to the issue.
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: