-
From the Deis CLI:
```
$ deis create 24beers --no-remote
Creating Application... Error: Unknown Error (503): {"detail":"Kubernetes resources could not be created"}
$ deis create 24beers --no-r…
-
I was able to get git-sync working with these settings. I also was having trouble getting `GIT_SYNC_ONE_TIME` working and so just added an arbitrarily high `GIT_SYNC_WAIT` to achieve that single firs…
-
I tried to switch my coreos-kubernetes 1.3.4 / deis workflow 2.3.0 based cluster to use calico networking today.
This worked fine for the whole cluster, except for Dockerfile builds, which had proble…
-
Per @bacongobbler's request, pulling this out of #64 because it's different, yo.
## TL;DR:
Because of https://github.com/docker/docker/issues/26492, which is symptomatic in https://github.com/coreos/…
-
While working through a simple buildpack workflow, I ran into an error on rollback:
``` console
$ deis releases
=== go Releases
v3 2016-08-22T14:47:47Z gabrtv added POWERED_BY
v2 2016-08-22T14:4…
-
After adding a new background worker in Procfile called `chat_save` I deployed the app with `git push deis master`. Tried to scale new worker with `deis scale chat_save=1` and get this error.
`Error: …
-
Creating an application w/ latest Deis and Kubernetes 1.5.0.
```
clusters/usvc-dev1 [ kubectl version
Client Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.0", GitCommit:"58b7c16a52…
-
Due to the problem fixed by #946 deployments on our deis v2.3.0 cluster were failing most of the time, but not always.
Because version numbers are sequentially inremented and a failed deploy does not…
-
**Description**
When using `connection_configurations` on `ems_container` default `authentication` is nil
Because in `ems_container` default `auth_type` is `bearer` and not `default` the method `conn…
-
The deployment of a rails buildpack app with the default process types (web, rake, worker, console) sporadically fails with a conflict when it tries to update the service after the build and kubernete…