remove crictl tar

This commit is contained in:
Sergey Kanzhelev 2021-11-11 06:12:30 +00:00
parent d9f06f9e18
commit f059c3580c

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 {