deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

Another git push is ongoing. Aborting... #125

Closed olalonde closed 8 years ago

olalonde commented 8 years ago

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?

olalonde commented 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