fix kube-proxy images default command for new bin path
This commit is contained in:
@@ -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",
|
||||
],
|
||||
|
Reference in New Issue
Block a user