Hide Forgot
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.
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.