Helgi Þormar Þorbjörnsson

Results 34 issues of 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

enhancement

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

needs tests

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...

bug
enhancement

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...

enhancement

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...

enhancement