mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Always mark gke-exec-auth-plugin executable
This commit is contained in:
parent
f682299b0f
commit
11a748c175
@ -273,7 +273,8 @@ function install-exec-auth-plugin {
|
|||||||
|
|
||||||
echo "Downloading gke-exec-auth-plugin binary"
|
echo "Downloading gke-exec-auth-plugin binary"
|
||||||
download-or-bust "${plugin_sha1}" "${plugin_url}"
|
download-or-bust "${plugin_sha1}" "${plugin_url}"
|
||||||
mv "${KUBE_HOME}/gke-exec-auth-plugin" "${KUBE_BIN}"
|
mv "${KUBE_HOME}/gke-exec-auth-plugin" "${KUBE_BIN}/gke-exec-auth-plugin"
|
||||||
|
chmod a+x "${KUBE_BIN}/gke-exec-auth-plugin"
|
||||||
}
|
}
|
||||||
|
|
||||||
function install-kube-manifests {
|
function install-kube-manifests {
|
||||||
|
Loading…
Reference in New Issue
Block a user