Skip to content

Commit 66a6020

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#39553 from mikedanese/bzl-patch-1
Automatic merge from submit-queue (batch tested with PRs 39544, 39552, 39553) fix kube-proxy images default command for new bin path
2 parents bdaad65 + f00b59f commit 66a6020

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)