fix bazel build out of k/k repo

This commit is contained in:
Antonio Ojea
2020-10-27 13:59:25 +01:00
parent 8fad665815
commit a00f47ffa5

View File

@@ -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