mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-10 17:35:44 -04:00
Merge pull request #109657 from claudiubelu/gce-containerd-update
GCE Windows: Copy the CNI binaries from the right folder
This commit is contained in:
commit
82ccfb4d2e
1 changed files with 1 additions and 1 deletions
|
|
@ -1368,7 +1368,7 @@ function Install_Containerd {
|
|||
-Algorithm SHA256
|
||||
|
||||
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}\"
|
||||
Remove-Item -Force -Recurse $tmp_dir
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue