Bug 1841128
Summary: | oc get <>rolebinding is missing roleBindingColumns | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Matthew Robson <mrobson> |
Component: | oc | Assignee: | Maciej Szulik <maszulik> |
Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.4 | CC: | aos-bugs, jokerman, knarra, mfojtik |
Target Milestone: | --- | ||
Target Release: | 4.5.0 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-13 17:42:23 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Matthew Robson
2020-05-28 12:50:01 UTC
This was fixed in 4.5, so I'm moving this to qa. [root@dhcp-140-138 ~]# oc get clusterrolebinding |head NAME ROLE AGE alertmanager-main ClusterRole/alertmanager-main 2m57s [root@dhcp-140-138 ~]# oc get rolebinding NAME ROLE AGE prometheus-k8s Role/prometheus-k8s 131m [root@dhcp-140-138 ~]# oc version --client -o json { "clientVersion": { "major": "", "minor": "", "gitVersion": "4.5.0-202005291417-9933eb9", "gitCommit": "9933eb90790b36d153fcc55f8404724bb0929b96", "gitTreeState": "clean", "buildDate": "2020-05-29T14:24:36Z", "goVersion": "go1.13.4", "compiler": "gc", "platform": "linux/amd64" } } Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2409 |