-
Notifications
You must be signed in to change notification settings - Fork 107
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
[SPIKE][download-requirements] Add manifest handling for downloading only needed data #3071
Comments
Separate SPIKE was added for the packages (#3094) |
Issue regarding the manifest was created (#3097) |
I would opt for adding the adaptive functionality also for dashboards but in this case not because of speed but for scenario when a dashboard's URL is broken and user doesn't want to deploy Grafana. Having adaptive mode for dashboards would allow to deploy a cluster successfully despite the broken link(s). |
I agree that dashboards should not be downloaded when Grafana is not on a list of components that will be used. As for URLs there is a separate issue on adding alternative URLs. |
Added issue for Grafana dashboards: (#3131). |
Is your spike related to a problem or idea? Please describe.
By default download-requirements should download all the data defined in the requirements files.
If manifest file is provided for the download-requirements script, it should parse it and choose the only needed data for target cluster.
Describe the outcome you'd like
Separate issues should be created for implementing:
With full description on how to implement the solution
What is the reason or source for the spike
This is a long wanted feature for the download-requirements script to work much faster.
Additional context
DoD checklist
The text was updated successfully, but these errors were encountered: