Helgi Þormar Þorbjörnsson
Helgi Þormar Þorbjörnsson
Right now `rigger` hardcodes a keypair name `deis` for AWS - So does the deis.io documentation for AWS setup. I ran into issues where my fleet units under `rigger` wouldn't...
If the intent is to stick with shell then it could be interesting to look at https://github.com/sstephenson/bats for tests to reduce the need for basic scaffolding on the test suite...
Would it be possible to get this on the Supermarket?
see https://github.com/deis/monitor/pull/135#issuecomment-242536971
The current one needs to be replaced since we have started moving more and more logic from the scheduling code and up into the relevant models
https://github.com/deis/controller/pull/792 has uncovered some inconsistencies in our data model on `Release`. ### Problem Currently things are set up so that `Release` is the child object of `Config` and `Build` via...
Deployments support maxSurge and maxUnavailable when it comes to the RollingUpdate of pods maxSurge is taken care of with the `DEPLOY_BATCHES` but maxUnavailable is assumed `0` to be in sync...
Right now it is possible to only set integer for Deployments around maxSurge and maxUnavailable Kubernetes Deployments support taking % as well, however this would require reworking some of the...