-
Feature Request
-
Resolution: Done
-
Major
-
2.0.1.GA
OpenShift / Kubernetes allows useful actions that can be taken on objects identified through labels. (i.e. setting multi-project quotas.) Unfortunately, CRW currently does not provide any useful labels or annotations:
[rick@unknown48A472AC8CFD crwctl]$ oc describe project/workspace02impeui7p513x3g
Name: workspace02impeui7p513x3g
Created: About an hour ago
Labels: <none>
Annotations: openshift.io/description=
openshift.io/display-name=
openshift.io/requester=admin
openshift.io/sa.scc.mcs=s0:c12,c9
openshift.io/sa.scc.supplemental-groups=1000150000/10000
openshift.io/sa.scc.uid-range=1000150000/10000
Display Name: <none>
Description: <none>
Status: Active
Node Selector: <none>
Quota: <none>
Resource limits: <none>
Could we please add some label to every generated object, so we can make use of these kinds of things?
[1] https://docs.openshift.com/container-platform/3.11/admin_guide/multiproject_quota.html