mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
fix bazel build out of k/k repo
This commit is contained in:
@@ -117,9 +117,9 @@ func (b *bazelBuilder) Build() (Bits, error) {
|
||||
filepath.Join(buildDir, "kube-proxy.tar"),
|
||||
},
|
||||
binaryPaths: []string{
|
||||
kubeletPath,
|
||||
kubeadmPath,
|
||||
kubectlPath,
|
||||
filepath.Join(b.kubeRoot, kubeletPath),
|
||||
filepath.Join(b.kubeRoot, kubeadmPath),
|
||||
filepath.Join(b.kubeRoot, kubectlPath),
|
||||
},
|
||||
version: version,
|
||||
}, nil
|
||||
|
||||
Reference in New Issue
Block a user