controller
controller copied to clipboard
Deis Workflow Controller (API)
`deis routing` isn't yet working with the new experimental native ingress feature.
`deis domains` isn't yet working with the new experimental native ingress feature.
As seen in #1283, some kubernetes endpoints have changed now and are no longer under the `/api/v1` schema. We need to refactor `.api()` such that resources like ingress can use...
There is currently no way to set the following global controller environment variables without customizing helm charts: * DEIS_DEPLOY_BATCHES * DEIS_DEPLOY_TIMEOUT * KUBERNETES_DEPLOYMENTS_REVISION_HISTORY_LIMIT * KUBERNETES_POD_TERMINATION_GRACE_PERIOD_SECONDS (Probably more, all of the...
It would useful to create users in production environment just to see logs and other config variables without having the ability to create/delete deployments.
If somehow a service is to get deleted, when the controller recreates that service the router.deis./ssl.enforce does not get set to match the state in the database. To reproduce, I...
Hello, I recently upgraded from 2.13.0 to 2.15.0. After upgrading, `deis login` (which is configured to use LDAP) started to fail with `Error: Internal Server Error`. This stack trace appeared...
I recently upgraded from 2.13.0 to 2.15.0. After upgrading, `deis login` with a valid LDAP user but an incorrect password started to fail with `Error: Internal Server Error`. The following...
Some of our apps stopped deploying after a while (see controller logs). In at least 2 of the 3 cases, the failures started exactly at release v200 (v200 works, v201...
Switching an app from Dockerfile to Docker Image deploys can cause the app to become unroutable, because the kubernetes service uses the `type=web` selector instead of `type=cms`. Looking at the...