-
Feature Request
-
Resolution: Unresolved
-
Minor
-
None
-
all
-
None
-
Product / Portfolio Work
-
None
-
False
-
-
None
-
None
-
None
-
-
None
-
None
-
None
-
None
-
None
1. Proposed title of this feature request: "name" label for all default openshift clusterroles
2. What is the nature and description of the request:
All default cluster roles (including monitoring) should be assigned a "app.kubernetes.io/name: <clusterrolename>" label in order for these clusterroles to be used for aggregating custom roles and for consistency.
3. Why does the customer need this?
We want to create an aggregated clusterrole that aggregates the permissions of the following roles:
- cluster-reader
- cluster-monitoring-view
- cluster-logging-infrastructure-view (already has label)
- cluster-logging-application-view (already has label)
Some clusterroles, such as cluster-logging-*-view, already have a label "app.kubernetes.io/name: <clusterrolename>", whereas cluster-reader and cluster-monitoring-view do not have anything like this.
This seems inconsistent and does not allow us, to create a custom clusterrole that aggregates from the default roles.
4. List any affected packages or components: unknown