From 5d7aeca63f374e1d0efec624ac49d18a57b13b5e Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Fri, 17 May 2019 08:31:52 -0700 Subject: [PATCH] cluster/gce: allow exec auth plugin to be pulled on the master --- cluster/gce/gci/configure.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cluster/gce/gci/configure.sh b/cluster/gce/gci/configure.sh index f03914616c..5c3002e480 100644 --- a/cluster/gce/gci/configure.sh +++ b/cluster/gce/gci/configure.sh @@ -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"