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

[Question] S3 Artifact: Handling Multiple Accounts & Multiple Buckets #1816

Closed
naiduasn opened this issue Dec 4, 2019 · 5 comments
Closed

Comments

@naiduasn
Copy link

naiduasn commented Dec 4, 2019

Is this a BUG REPORT or FEATURE REQUEST?:
Question
What happened:
I want to manage below use cases via workflow controller config

  1. All output artifacts will be available in one bucket
  2. All logs will be available in one bucket
  3. All temp artifacts like git will be in one bucket with expiration policy set to auto delete

How can i configure these at a global argo level?

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • Argo version:
$ argo version
  • Kubernetes version :
$ kubectl version -o yaml

Other debugging information (if applicable):

  • workflow result:
$ argo get <workflowname>
  • executor logs:
$ kubectl logs <failedpodname> -c init
$ kubectl logs <failedpodname> -c wait
  • workflow-controller logs:
$ kubectl logs -n argo $(kubectl get pods -l app=workflow-controller -n argo -o name)
@naiduasn naiduasn changed the title [Question] S3 Artifact: Handling Multiple Accounts / Multiple Buckets [Question] S3 Artifact: Handling Multiple Accounts & Multiple Buckets Dec 4, 2019
@naiduasn
Copy link
Author

any way i can achieve this? @simster7 @sarabala1979

@sarabala1979
Copy link
Member

if you want to achieve the above use-case on workflow-controller-configmap(centralized), currently there is no support for multi S3 buckets in config. we can enhance to support multiple ArtifactRepositories config in configmap and it will be referred in workflow input and output.

@naiduasn
Copy link
Author

naiduasn commented Dec 10, 2019

@sarabala1979 Yes, Enhancement to support Multiple Artifact repositories can allow me to create a workaround.

@alexec
Copy link
Contributor

alexec commented May 12, 2020

See #2157

@stale
Copy link

stale bot commented Jul 11, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jul 11, 2020
@stale stale bot closed this as completed Jul 19, 2020
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

No branches or pull requests

4 participants