Commit f00b59f6 authored by Mike Danese's avatar Mike Danese

fix kube-proxy images default command for new bin path

parent 4881341f
......@@ -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",
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment