Deis Bot
Deis Bot
_From @boffbowsh on September 10, 2014 15:35_ It's more a case of the timing of it being in control of devs/ops. Restarting all apps on the cluster at the same...
_From @kikicarbonell on September 10, 2014 19:40_ config:set --cluster for common variables, I need too! :+1:
_From @carmstrong on February 10, 2015 18:41_ Renamed issue to config:set --global, as dropping the notion of clusters would have made this command confusing.
_From @sforsman on February 11, 2015 18:50_ This feature would definitely be useful in our use cases as well. It would simplify management and deployment of our applications.
_From @mboersma on May 20, 2015 3:19_ A workaround for now is something like `deis create && deis config:push -p ~/.env`. EDIT: changed `config:set` to `config:push`. With love from @bacongobbler...
_From @jwaldrip on July 13, 2015 15:49_ Pulled this from another request I had #4013: ## As a developer I would like to set ENV variables across my cluster, so...
_From @carmstrong on November 5, 2015 23:37_ > Though I have only been able to reproduce this when HEALTHCHECK_URL is not set so far. Have you seen any issues with...
_From @jeff-lee on November 6, 2015 0:9_ I haven't been able to reproduce the container=0 issue yet when HEALTHCHECK_URL is set, but the shutdown of the new containers and hang...
_From @carmstrong on November 6, 2015 0:11_ > I have also seen 502 Bad Gateway and 404's when it's set if I scale down late enough in the deploy process....
_From @jeff-lee on November 6, 2015 0:56_ @carmstrong I was doing resiliency testing of the build process and this popped up. Having said that, our CI is pushing builds to...