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

Deploy prerequisiteis at runtime #263

Closed
schrodit opened this issue Apr 2, 2020 · 0 comments · Fixed by #265
Closed

Deploy prerequisiteis at runtime #263

schrodit opened this issue Apr 2, 2020 · 0 comments · Fixed by #265
Labels
kind/enhancement Enhancement, improvement, extension

Comments

@schrodit
Copy link

schrodit commented Apr 2, 2020

What would you like to be added:

The prerequisites chart (containing argo workflows, crds, minio, ..) should be automatically installed during runtime so it can be also automatically updated and checked if all needed components are available.

Therefore we should have a look at https://github.com/gobuffalo/packr to include the complete helmchart.
We could also think of reusing the gardener resource manager(https://github.com/gardener/gardener-resource-manager) to ensure everything is up and running and gets reconciled otherwise we would have to manage leaked resource on our own.

as a result I want to move all configuration to a dedicated configuration file that then also includes the helm values for the additional deployed charts.

WDYT @dguendisch @OlegLoewen

@schrodit schrodit added the kind/enhancement Enhancement, improvement, extension label Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Enhancement, improvement, extension
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant