mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #78039 from mikedanese/execmaster
allow exec auth plugin to be pulled on the master
This commit is contained in:
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
Block a user