Bug 1374646

Summary: Error returned by 'oc get projectrequests'
Product: OpenShift Container Platform Reporter: Chuan Yu <chuyu>
Component: ocAssignee: Fabiano Franz <ffranz>
Status: CLOSED NOTABUG QA Contact: Chuan Yu <chuyu>
Severity: low Docs Contact:
Priority: medium    
Version: 3.3.0CC: aos-bugs, ffranz, jokerman, jvallejo, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-09-20 16:27:04 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:

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.