-
Notifications
You must be signed in to change notification settings - Fork 77
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
[CLI] output manifests instead of applying them directly #2559
Comments
I think we have 2 options:
What do you think? |
I believe that we can follow the first option. When a user wants to use the helm chart directly, it is because they have a specific need on their infra (like for instance, configuring Flux to read helm charts and auto-update a deployment), and it usually is difficult to map on our CLI. Does it make sense? What do you think, @mathnogueira and @schoren? |
I think we should also re-write this page https://docs.tracetest.io/getting-started/detailed-installation to include both using the CLI and the Helm charts. This page can be shorter and more concise than the full explanation on this page https://docs.tracetest.io/deployment/kubernetes. WDYT @danielbdias ? |
Update: Helm docs were added in #2562 . We're still considering updating the https://docs.tracetest.io/getting-started/detailed-installation page as well. |
Updates on https://docs.tracetest.io/getting-started/detailed-installation are done #2567 |
To summarize, we've updated two pages with more detailed instructions and added Helm instructions. |
Is your feature request related to a problem? Please describe.
From what I saw,
tracetest server install
does not have the option to output manifests instead of applying them directly, hence I cannot store them in Git and apply them with ArgoCD or Flux. Alternatively, it would be OK to use a Helm chart if there is one. https://docs.tracetest.io/deployment/kubernetes does not mention any alternatives totracetest server install
.From Discord.
Describe the solution you'd like
Have a dry run command option. Or something better?
Describe alternatives you've considered
Use Helm charts from GitHub, here: https://github.com/kubeshop/helm-charts/tree/develop/charts/tracetest
Additional context
Question opened by Viktor Farcic in Discord, here.
The text was updated successfully, but these errors were encountered: