mirror of https://github.com/k3s-io/k3s
cluster/gce: allow exec auth plugin to be pulled on the master
parent
46a80259f6
commit
5d7aeca63f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue