Merge pull request #109657 from claudiubelu/gce-containerd-update

GCE Windows: Copy the CNI binaries from the right folder
This commit is contained in:
Kubernetes Prow Robot 2022-05-04 02:35:26 -07:00 committed by GitHub
commit 82ccfb4d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1368,7 +1368,7 @@ function Install_Containerd {
-Algorithm SHA256 -Algorithm SHA256
tar xzvf $tmp_dir\containerd.tar.gz -C $tmp_dir tar xzvf $tmp_dir\containerd.tar.gz -C $tmp_dir
Move-Item -Force $tmp_dir\cni\*.exe "${env:CNI_DIR}\" Move-Item -Force $tmp_dir\cni\bin\*.exe "${env:CNI_DIR}\"
Move-Item -Force $tmp_dir\*.exe "${env:NODE_DIR}\" Move-Item -Force $tmp_dir\*.exe "${env:NODE_DIR}\"
Remove-Item -Force -Recurse $tmp_dir Remove-Item -Force -Recurse $tmp_dir