Skip to content

Commit 3641953

Browse files
authored
Merge pull request kubernetes#88332 from fleeto/comments-of-controller-manager
replaced tokenaccessreview with tokenreview
2 parents 468af72 + b410f77 commit 3641953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apiserver/pkg/server/options/authentication.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ func (s *DelegatingAuthenticationOptions) AddFlags(fs *pflag.FlagSet) {
213213
}
214214
fs.StringVar(&s.RemoteKubeConfigFile, "authentication-kubeconfig", s.RemoteKubeConfigFile, ""+
215215
"kubeconfig file pointing at the 'core' kubernetes server with enough rights to create "+
216-
"tokenaccessreviews.authentication.k8s.io."+optionalKubeConfigSentence)
216+
"tokenreviews.authentication.k8s.io."+optionalKubeConfigSentence)
217217

218218
fs.DurationVar(&s.CacheTTL, "authentication-token-webhook-cache-ttl", s.CacheTTL,
219219
"The duration to cache responses from the webhook token authenticator.")

0 commit comments

Comments
 (0)