mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
remove crictl tar
This commit is contained in:
parent
d9f06f9e18
commit
f059c3580c
@ -353,6 +353,7 @@ EOF
|
|||||||
download-or-bust "${crictl_hash}" "${crictl_path}/${crictl}"
|
download-or-bust "${crictl_hash}" "${crictl_path}/${crictl}"
|
||||||
tar xf "${crictl}"
|
tar xf "${crictl}"
|
||||||
mv crictl "${KUBE_BIN}/crictl"
|
mv crictl "${KUBE_BIN}/crictl"
|
||||||
|
rm -f "${crictl}"
|
||||||
}
|
}
|
||||||
|
|
||||||
function install-exec-auth-plugin {
|
function install-exec-auth-plugin {
|
||||||
|
Loading…
Reference in New Issue
Block a user