mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	fix kube-proxy images default command for new bin path
This commit is contained in:
		@@ -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",
 | 
			
		||||
    ],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user