Commit 66a60202 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #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
parents bdaad658 f00b59f6
......@@ -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