mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +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 on each node.
|
||||||
install-crictl
|
install-crictl
|
||||||
|
|
||||||
if [[ "${KUBERNETES_MASTER:-}" == "false" ]]; then
|
|
||||||
# TODO(awly): include the binary and license in the OS image.
|
# TODO(awly): include the binary and license in the OS image.
|
||||||
install-exec-auth-plugin
|
install-exec-auth-plugin
|
||||||
fi
|
|
||||||
|
|
||||||
# Clean up.
|
# Clean up.
|
||||||
rm -rf "${KUBE_HOME}/kubernetes"
|
rm -rf "${KUBE_HOME}/kubernetes"
|
||||||
|
Loading…
Reference in New Issue
Block a user