mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +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(
|
||||
name = "kube-proxy",
|
||||
base = ":busybox-net",
|
||||
cmd = ["/kube-proxy"],
|
||||
cmd = ["/usr/bin/kube-proxy"],
|
||||
debs = [
|
||||
"//build/debs:kube-proxy.deb",
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user