Deis Bot
Deis Bot
_From @gabrtv on August 20, 2013 21:11_ While #70 provided us with the ability to run one-off admin commands, we really need an interactive shell into the ephemeral docker containers....
_From @Joshua-Anderson on July 31, 2015 23:4_ Teams would be a way to share access to a group of apps with a team of people. Example: ``` console # create...
_From @Joshua-Anderson on July 30, 2015 20:52_ Right now, there are two permission levels in deis: - administrators - full access - normal users - full access to create apps...
_From @bacongobbler on January 18, 2014 19:38_ For my applications, I'd like to be able to rename them to something more descriptive than `kingly-gemstone`. This should follow the spec that...
_From @carmstrong on May 16, 2014 1:8_ Application containers don't need access to etcd, for example. _Copied from original issue: deis/deis#986_
_From @mboersma on July 22, 2015 16:2_ @Joshua-Anderson pointed out that `deis run` doesn't return stderr. At first glance, it looks like the canonical implementation [for fleet](https://github.com/deis/deis/blob/master/controller/scheduler/fleet.py#L273-L281) could call paramiko's...
_From @rosstimson on April 2, 2016 17:33_ I'm a Deis n00b but I'm testing out the v2 (Workflow) beta and when it came to trying to add my ssh key...
_From @nsmith on September 23, 2015 15:50_ It would be very convenient to have an https log drain type. Log aggregation providers like SumoLogic do not provider managed syslog collectors,...
_From @glenwong on June 4, 2015 23:19_ If you have environment variables in your .env file that are surrounded by double quotes or start with an export they aren't handled...
_From @bacongobbler on January 12, 2015 16:59_ An option flag to trace requests would help users understand how communication between the client and the server occur, as well as help...