sure-deploy
sure-deploy copied to clipboard
What `docker stack deploy` should actually have been
I've weird issue with `verify` command while `converge` works just fine: ``` $ cat mon.env.sh export MON_AM_ADDR_HOST=am.admin.redacted export MON_AM_SLACK_ENDPOINT=https://hooks.slack.com/services/redacted/redacted/redacted export MON_GRAFANA_ADDR_HOST=grafana.admin.redacted export MON_PROM_ADDR_HOST=prom.admin.redacted $ docker run -i -t --rm \...
No matter if I run `sure-deploy` from the docker image or as a manually compiled executable, I always get: ``` $ sure-deploy converge --host --port (monitor.ml.Error (Failure "Malformed response first...
Internal report from @haljin. Interesting how that would be failing, since I don't actually know how Docker Stack behaves when the image one is trying to run does not exist....