-
Bug
-
Resolution: Done
-
Critical
-
Logging 5.8.0
-
False
-
None
-
False
-
NEW
-
NEW
-
Release Note Not Required
-
-
-
Informational
Description of problem:
As the default roles cluster-logging-application-view,cluster-logging-audit-view,cluster-logging-infrastructure-view had been provided.
It is better to update the HelpInfo as below:
Missing permissions to get logs Make sure you have the required role to get application logs in this namespace. Ask your administrator to grant you this role apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: view-application-logs namespace: <project-name> roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: cluster-logging-application-view subjects: - kind: User name: <testuser> apiGroup: rbac.authorization.k8s.io
Instead of
- links to
- mentioned on