Always mark gke-exec-auth-plugin executable

pull/8/head
Andrew Lytvynov 2018-07-10 16:49:38 -07:00
parent f682299b0f
commit 11a748c175
1 changed files with 2 additions and 1 deletions

View File

@ -273,7 +273,8 @@ function install-exec-auth-plugin {
echo "Downloading gke-exec-auth-plugin binary"
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 {