Skip to content

Commit f00b59f

Browse files
committed
fix kube-proxy images default command for new bin path
1 parent 4881341 commit f00b59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ docker_build(
5252
docker_build(
5353
name = "kube-proxy",
5454
base = ":busybox-net",
55-
cmd = ["/kube-proxy"],
55+
cmd = ["/usr/bin/kube-proxy"],
5656
debs = [
5757
"//build/debs:kube-proxy.deb",
5858
],

0 commit comments

Comments
 (0)