Merge pull request #78039 from mikedanese/execmaster

allow exec auth plugin to be pulled on the master
k3s-v1.15.3
Kubernetes Prow Robot 2019-05-17 18:57:30 -07:00 committed by GitHub
commit 47304fbaee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -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
# Clean up.
rm -rf "${KUBE_HOME}/kubernetes"