mirror of https://github.com/k3s-io/k3s
Merge pull request #78039 from mikedanese/execmaster
allow exec auth plugin to be pulled on the masterk3s-v1.15.3
commit
47304fbaee
|
@ -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