cluster/gce: allow exec auth plugin to be pulled on the master

k3s-v1.15.3
Mike Danese 2019-05-17 08:31:52 -07:00
parent 46a80259f6
commit 5d7aeca63f
1 changed files with 2 additions and 4 deletions

View File

@ -449,10 +449,8 @@ function install-kube-binary-config {
# Install crictl on each node.
install-crictl
if [[ "${KUBERNETES_MASTER:-}" == "false" ]]; then
# TODO(awly): include the binary and license in the OS image.
install-exec-auth-plugin
fi
# TODO(awly): include the binary and license in the OS image.
install-exec-auth-plugin
# Clean up.
rm -rf "${KUBE_HOME}/kubernetes"