Bug 1374646 - Error returned by 'oc get projectrequests'
Summary: Error returned by 'oc get projectrequests'
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: oc
Version: 3.3.0
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: Fabiano Franz
QA Contact: Chuan Yu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-09 10:13 UTC by Chuan Yu
Modified: 2021-03-03 14:18 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-09-20 16:27:04 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Chuan Yu 2016-09-09 10:13:51 UTC
Description of problem:
When run 'oc get projectrequests' on the command line, error returned:
# oc get projectrequests
error: unknown type &unversioned.Status{TypeMeta:unversioned.TypeMeta{Kind:"", APIVersion:""}, ListMeta:unversioned.ListMeta{SelfLink:"", ResourceVersion:""}, Status:"Success", Message:"", Reason:"", Details:(*unversioned.StatusDetails)(nil), Code:0}

Version-Release number of selected component (if applicable):
openshift v3.3.0.30
kubernetes v1.3.0+52492b4
etcd 2.3.0+git

How reproducible: 
always

Steps to Reproduce:
1. login to master by any user and run 'oc get projectrequests' on command line

Actual results:
error returned by the command:
error: unknown type &unversioned.Status{TypeMeta:unversioned.TypeMeta{Kind:"", APIVersion:""}, ListMeta:unversioned.ListMeta{SelfLink:"", ResourceVersion:""}, Status:"Success", Message:"", Reason:"", Details:(*unversioned.StatusDetails)(nil), Code:0}

Expected results:
No error returned.

Additional info:
No.

Comment 1 Juan Vallejo 2017-09-20 16:27:04 UTC
This error no longer occurs with a current version of `oc`.
Since this issue is not high priority, I do not think a fix
will be backported. Closing.


Note You need to log in before you can comment on or make changes to this bug.