given that etcd is disabled in the nodes we need to wait for master's etcd to be
available so that flanneld gets properly wired.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
avoids race conditions (docker/docker-registry#892) when multiple workers are
attempting to run sql migrations simultaneously. dunno why this isn't the
registry's default since this isn't specially hard to trigger so we're just
playing safe here.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
in the footsteps of #5254 merge earlier today and per @brendandburns comments
in the PR review thread...
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
a more idiomatic take on #4378. as a bonus, and to be nice on
resources, an ultra lightweight docker-registry container is
consumed.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
apiserver becomes kube-apiserver
controller-manager -> kube-controller-manager
scheduler and proxy similarly.
Only thing I promise is that right now hack/build-go.sh and
build/release.sh exit with 0. That's it. Who knows if any of this
actually works....