David Gageot
David Gageot
I have a Swarm with 3 managers and 3 workers. All managers run the swarm flavor plugin with two committed groups: `workers` and `managers`. All nodes, but the leader, were...
If there is a bug in an Infrakit plugin or a misconfiguration in the templates, Infrakit could create too many instances or it could delete instances it doesn't manage or...
Let's say you have a group of 1 instance. You commit the group with a change that ups the number of instances to 100. Quickly after that, you commit the...
A nice feature for docker swarm would be to create a Swarm without telling the number of managers and workers but only the number of nodes. The two kinds of...
Signed-off-by: David Gageot
The code that runs `docker pull` currently doesn't load the credentials from `~/.docker/config.json`. So only public images can be pulled.
/kind doc This [page](https://github.com/elafros/build/blob/master/builds.md#volumes) describes what kind of volumes can be made available to "Builds". Three types are listed. Secrets, `emptyDir`, host Paths. It would be useful to show a...
/kind doc ## Expected Behavior As a developer who's going to use Build CRD to build a Go application, I'd like to have a sample that shows me how to...
This is more of a feature request. When I work on a build description, I find myself doing those steps over and over again: 1. kubectl delete -f build.yaml --ignore-not-found=true...
/kind bug ## Expected Behavior If I provide a non-existent git repository as a source. I expect to get a clear error message when the build fails. ## Actual Behavior...