controller
controller copied to clipboard
Deis Workflow Controller (API)
_From @mboersma on October 16, 2013 16:9_ Come up with simple design for new object models / dynamic config / envvars to be Deis' service registry and attachment workflow. _Copied...
_From @stuszynski on October 7, 2015 15:7_ Hi, This project is quite new to me but it seems that I'll be hanging around here for a while. ;) I encounter...
_From @szymonpk on September 29, 2015 11:29_ There is no way to do 'atomic' certificate update, if I do `deis certs:remove tld.com && derts certs:add tld.crt tld.key`. Cert is changed...
_From @jeff-lee on November 5, 2015 22:47_ I'm running into an issue in v1.12.0 where scaling down an app while a build is running can result in either: a) The...
_From @msull92 on September 15, 2015 18:14_ I am having an issue removing an ssl certificate from an application where the certificate's common name has spaces in it. Is there...
_From @aledbf on March 20, 2015 1:7_ Something like ``` deis pull —from-internal-registry application-a:version -a application-b ``` to allow the deploy in `application-b` from `application-a` without using internal ip addresses...
_From @bfosberry on May 21, 2015 21:2_ May 21 20:58:58 ip-10-12-13-195.ec2.internal sh[3317]: Traceback (most recent call last): May 21 20:58:58 ip-10-12-13-195.ec2.internal sh[3317]: File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 112, in get_response May 21...
On an application deploy, when `deis autoscale:set` is used and `deis scale` is set, the deployment should ignore what's been set by `deis scale` and just deploy the minimum set...
I have a user who was an admin on our cluster and had pushed to multiple apps that he was not the owner for. After transferring ownership of the apps...
Hello, thank you for you work. We have a problem with zero downtime deployment in deis 2, due to http://stackoverflow.com/questions/40545581/do-kubernetes-pods-still-receive-requests-after-receiving-sigterm I tested it with gatling on different applications(pull, config:set etc)...