-
Notifications
You must be signed in to change notification settings - Fork 6
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
Reduce repo complexity and consolidate specs #58
Comments
I think we can serve both in-cluster and host default specs using https://support-bundle.replicated.com?spec=in-cluster or https://support-bundle.replicated.com/in-cluster. I prefer the latter cause of ease of caching |
Currently https://support-bundle.replicated.com redirects to https://raw.githubusercontent.com/replicatedhq/troubleshoot/master/examples/support-bundle/sample-supportbundle.yaml which is a placeholder example with little use to anyone other than to help write a real spec. Outstanding for this issue:
I've created separate issues for the remaining items since they do appear to be separate to the main event for this issue, and will close this one now. |
Currently, we have many different specs and it's not clear which you should provide when a user needs to generate a support bundles. We should consolidate any specs that don't need to be separate, create a directory structure to further organize any one-of specs, and maintain a
default.yaml
orall.yaml
that is an aggregate of all specs in the respectivehost
andin-cluster
directories. New directory structure could look similiar to:default.yaml
make generate-cluster-specs
/make generate-host-specs
or something similar that's required to be run before a PR can be mergedin-cluster/default.yaml
The text was updated successfully, but these errors were encountered: