update delegated authz defaults in kube binaries

This commit is contained in:
David Eads
2021-01-26 12:53:24 -05:00
parent cebce291dd
commit 62230d3c46
6 changed files with 13 additions and 9 deletions

View File

@@ -193,7 +193,6 @@ func NewKubeControllerManagerOptions() (*KubeControllerManagerOptions, error) {
s.Authentication.RemoteKubeConfigFileOptional = true
s.Authorization.RemoteKubeConfigFileOptional = true
s.Authorization.AlwaysAllowPaths = []string{"/healthz"}
// Set the PairName but leave certificate directory blank to generate in-memory by default
s.SecureServing.ServerCert.CertDirectory = ""