fix kube-proxy images default command for new bin path

This commit is contained in:
Mike Danese 2017-01-06 13:33:30 -08:00
parent 4881341f8c
commit f00b59f657

View File

@ -52,7 +52,7 @@ docker_build(
docker_build(
name = "kube-proxy",
base = ":busybox-net",
cmd = ["/kube-proxy"],
cmd = ["/usr/bin/kube-proxy"],
debs = [
"//build/debs:kube-proxy.deb",
],