Closed olalonde closed 8 years ago
To answer my own question, this seems to have worked:
$ kd scale --replicas=0 replicationcontrollers deis-builder
replicationcontroller "deis-builder" scaled
$ kd scale --replicas=1 replicationcontrollers deis-builder
replicationcontroller "deis-builder" scaled
After (accidentally) pushing an app that uses dockerbuilder, I can't seem to do
git push deis
anymore:remote: Another git push is ongoing. Aborting...
. Is there any way to get the builder out of that state short of rebooting my whole k8s cluster?