Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Off-cluster Minio #674

Closed
rukor opened this issue Dec 31, 2016 · 4 comments
Closed

Off-cluster Minio #674

rukor opened this issue Dec 31, 2016 · 4 comments

Comments

@rukor
Copy link

rukor commented Dec 31, 2016

Please how do I use my existing minio instance off cluster, as I am running locally, and do not want to use Amazon S3. I understand the API is compatible and Deis is alreadying using minio internally. I just want to use an off-cluster instance of Minio.

I have already ran

helm inspect values deis/workflow | sed -n '1!p' > values.yaml

and configured the credentials under s3, but it seems that there is no way to configure the host/url.

Thanks

@bacongobbler
Copy link
Member

currently there is no way to do this, however PRs would be accepted to get this working.

@rukor
Copy link
Author

rukor commented Jan 1, 2017

I have limited experience with Go, but can you point me to a relevant place to get started?

@bacongobbler
Copy link
Member

bacongobbler commented Jan 10, 2017

You'll want to modify the workflow umbrella chart, which is not written in Go. After that, you'll want to make changes to the builder, the registry and to the database. Two of them are bootstrapped by a Go wrapper, and a git grep minio will usually get you where you need to be in the codebase.

Some links to help you get started:

umbrella chart source code: https://github.com/deis/workflow/tree/master/charts/workflow
blog post on the umbrella chart: https://deis.com/blog/2017/workflow-chart-assembly/
docs on Helm charts: https://github.com/kubernetes/helm/blob/master/docs/charts.md

https://github.com/deis/builder
https://github.com/deis/registry
https://github.com/deis/postgres

@bacongobbler
Copy link
Member

closing as a dupe of #481

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

No branches or pull requests

2 participants