mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Merge pull request #72573 from deads2k/server-08-typo
fix typo in warning advice for permissions
This commit is contained in:
commit
edd0129f76
@ -260,7 +260,7 @@ func (s *DelegatingAuthenticationOptions) lookupMissingConfigInCluster(client ku
|
|||||||
// ignore, authConfigMap is nil now
|
// ignore, authConfigMap is nil now
|
||||||
case errors.IsForbidden(err):
|
case errors.IsForbidden(err):
|
||||||
klog.Warningf("Unable to get configmap/%s in %s. Usually fixed by "+
|
klog.Warningf("Unable to get configmap/%s in %s. Usually fixed by "+
|
||||||
"'kubectl create rolebinding -n %s ROLE_NAME --role=%s --serviceaccount=YOUR_NS:YOUR_SA'",
|
"'kubectl create rolebinding -n %s ROLEBINDING_NAME --role=%s --serviceaccount=YOUR_NS:YOUR_SA'",
|
||||||
authenticationConfigMapName, authenticationConfigMapNamespace, authenticationConfigMapNamespace, authenticationRoleName)
|
authenticationConfigMapName, authenticationConfigMapNamespace, authenticationConfigMapNamespace, authenticationRoleName)
|
||||||
return err
|
return err
|
||||||
case err != nil:
|
case err != nil:
|
||||||
|
Loading…
Reference in New Issue
Block a user