-
Notifications
You must be signed in to change notification settings - Fork 6
Deploy monitoring stack manually: grafana import is broken #1025
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
Comments
Hey @YuryHrytsuk thanks for highlighting this. Since we would not want to install too may extra packages on our deployments, and since the terraform can always be manage from your local machine (no need to be on the deployments' servers actually), I think this is a |
Every now and again we do need to deploy our services manually. It can be necessary, for example, to quickly fix bug on PROD or for developing purposes on Master. I presume then that this can be achieved by executing commands on your local machine, although this breaks existing convention that How does it actually work in CI? |
As I think of it further, |
mhm those are good point, Im will have to dig into this a bit. But very valid, I take back the |
OK, the reasonable solution is to install i'll prepare an ansible PR |
Uh oh!
There was an error while loading. Please reload this page.
Problem description
Since grafana state is managed via terraform,
cd services/monitoring && make up-<target>
does not work since there is noterraform
cli tool installed on the docker swarm machinesRelated Issue(s)
Related PR(s)
The text was updated successfully, but these errors were encountered: