Merge pull request #106340 from SergeyKanzhelev/removeCriCtlTar

remove crictl tar
This commit is contained in:
Kubernetes Prow Robot 2022-01-04 13:06:34 -08:00 committed by GitHub
commit 4d4d57fcf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -353,6 +353,7 @@ EOF
download-or-bust "${crictl_hash}" "${crictl_path}/${crictl}"
tar xf "${crictl}"
mv crictl "${KUBE_BIN}/crictl"
rm -f "${crictl}"
}
function install-exec-auth-plugin {