mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
fix kube-proxy images default command for new bin path
This commit is contained in:
parent
4881341f8c
commit
f00b59f657
@ -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
Block a user