controller icon indicating copy to clipboard operation
controller copied to clipboard

Deis Workflow Controller (API)

Results 65 controller issues
Sort by recently updated
recently updated
newest added

CI is seeing failures when running `deis run env -a ` due to said command not returning within the default timeout of 60 seconds. (Original issue/background info found in https://github.com/deis/workflow-e2e/issues/329)...

bug

I've recently needed the ability to mount a volume from the host into a pod. It actually made me question the use of deis for this particular app and if...

enhancement

It seems that I have hit an edge case which has allowed me to attempt to deploy a docker app from a private repository even though I have not set...

bug

Acceptance Criteria: * Use the `--build-args` flag when running `docker build` to pass in the following items (and more if needed) * BUILD_DATE * VERSION You will need to do...

enhancement

I was deploying the go app, which was missing set env var and `deis pull` just gave such strange error: ``` Creating build... Error: Post https://deis.staging.clearbit.io/v2/apps/logo/builds/: EOF ``` `deis logs`...

enhancement
help wanted

The controller posts a callback as soon as a request comes in. However, a failed deploy, which does a rollback to the previous release, is not posted. This can cause...

enhancement
help wanted

_From @mboersma on January 15, 2014 21:6_ Currently with deis you can run `deis logs`, but it's a single request-response that returns the current app logs and ends. Nor does...

enhancement

_From @azurewraith on April 3, 2015 20:32_ It could be useful if you could configure process types to run in particular places based on fleet metadata with deis tags. For...

enhancement

_From @olalonde on August 9, 2015 17:50_ I'm trying to do blue-green deployment with Deis. So I have two Deis apps (app-green and app-blue). At any time either app-green OR...

enhancement

_From @boffbowsh on September 10, 2014 14:8_ It'd be extremely useful for a Deis deployment of common applications to have the concept of cluster-wide environment variables, for example a REDIS_URL...

enhancement