Merge pull request #78039 from mikedanese/execmaster
allow exec auth plugin to be pulled on the master
This commit is contained in:
		| @@ -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" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Prow Robot
					Kubernetes Prow Robot