mirror of https://github.com/k3s-io/k3s
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 pathpull/6/head
commit
66a6020267
|
@ -52,7 +52,7 @@ docker_build(
|
||||||
docker_build(
|
docker_build(
|
||||||
name = "kube-proxy",
|
name = "kube-proxy",
|
||||||
base = ":busybox-net",
|
base = ":busybox-net",
|
||||||
cmd = ["/kube-proxy"],
|
cmd = ["/usr/bin/kube-proxy"],
|
||||||
debs = [
|
debs = [
|
||||||
"//build/debs:kube-proxy.deb",
|
"//build/debs:kube-proxy.deb",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue