mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00: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
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user