Proposal: argo cp command to download artifacts #695
Comments
Would be possible to do with a proper API server. |
You can now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This proposal is for an argo CLI command to download artifacts from a workflow step. Given a workflow result like:
One could do something like:
The workflow YAML already has most of the information required to download the artifact (e.g. bucket name and key) as seen in the node status:
The issues here are that:
However, we could at least support the use case for GCS and AWS, where the repository will be directly accessible. Regarding bucket secrets, we can either lookup the secrets using the k8s go-client, or rely on the .aws config/credentials in the user's home directory for the download.
The text was updated successfully, but these errors were encountered: