builder
builder copied to clipboard
Git server and application builder for Deis Workflow
I upgraded my cluster from `workflow v2.10.0` to `2.11.0`. For this upgrade i changed storage backend to be `off-cluster` on s3. My values.yaml looks something like below. I've also given...
Currently (as of deis-builder v2.7.1) the slugbuild and dockerbuild pods are not deleted after a successful or failed build. This means that the pod (eg. slugbuild-example-e24fafeb-b31237bb) will continue to exist...
Destroying an app via Deis cli does not clean up the build slugs when app name fails to match regex. Builder Version: 2.7.1 Storage Driver: Swift Steps to reproduce: `deis...
My slugrunner pod is quite often evicted due to low compute resources on the node. An example log of a git push of a buildpack build. ``` [chexxor@fedora myapp]$ git...
I was pushing my app to production and ``` ... ... ... ... ... Done, example-web-production:v7 deployed to Workflow Use 'deis open' to view this application in your browser To...
This weekend we updated to workflow 2.13, mainly to fix the problem of a crashing builder every so often. But this had the unintended side effect that deploying our rails...
Hi, I have a Kubernetes v1.5.0 provided by rancher:v1.4.3 with Deis Workflow 2.14 ``` Client Version: version.Info{Major:"1", Minor:"6", GitVersion:"v1.6.2", GitCommit:"477efc3cbe6a7effca06bd1452fa356e2201e1ee", GitTreeState:"clean", BuildDate:"2017-04-19T20:33:11Z", GoVersion:"go1.7.5", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"5+", GitVersion:"v1.5.0-115+611cbb22703182",...
We're able to provide an SSH key to slugbuilder pods created via the deis builder by setting an SSH_KEY variable for the app. This works well for things like bundling...
My kubernetes cluster's nodes are relatively small. I SSH into a node on which my builder pods run and using `top`, I see the "node" process (building a nodeJS app)...
When I deploy my app in deis (a Dockerfile app), it builds twice. The first time succeeds, and the second time fails. This doesn't seem to affect the resulting application...