Skip to content

Commit 197a7d7

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#54573 from luxas/luxas-kubeadm-cni-fix
Automatic merge from submit-queue (batch tested with PRs 54545, 54573). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix kubeadm e2e CI build **What this PR does / why we need it**: This fixes kubeadm e2e tests; the tarfile was extracted to the wrong directory in kubernetes#51250. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # fixes: kubernetes#54330 **Special notes for your reviewer**: **Release note**: ```release-note NONE ``` @ixdy @pipejakob @kubernetes/sig-cluster-lifecycle-bugs @medinatiger @dims @cmluciano @dixudx
2 parents e7f5d05 + cbd63cf commit 197a7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/debs/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ deb_data(
8282

8383
pkg_tar(
8484
name = "kubernetes-cni-data",
85-
package_dir = "/opt/cni",
85+
package_dir = "/opt/cni/bin",
8686
deps = ["@kubernetes_cni//file"],
8787
)
8888

0 commit comments

Comments
 (0)