From 346170bd86e66ab4ba0d4fc7770cb245ba4988b0 Mon Sep 17 00:00:00 2001 From: Alexander Schittler Date: Thu, 3 May 2018 15:51:34 +0200 Subject: [PATCH] cmd/apiserver-boot: do not use authentication-skip-lookup when starting apiserver locally --- cmd/apiserver-boot/boot/run/local_aggregated.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/apiserver-boot/boot/run/local_aggregated.go b/cmd/apiserver-boot/boot/run/local_aggregated.go index 6085518435..a5f40cb5fe 100644 --- a/cmd/apiserver-boot/boot/run/local_aggregated.go +++ b/cmd/apiserver-boot/boot/run/local_aggregated.go @@ -148,7 +148,6 @@ func RunApiserverMinikube() *exec.Cmd { fmt.Sprintf("--kubeconfig=%s", config), fmt.Sprintf("--authentication-kubeconfig=%s", config), fmt.Sprintf("--authorization-kubeconfig=%s", config), - "--authentication-skip-lookup", fmt.Sprintf("--audit-webhook-config-file=%s", config), }