Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubectl get on ThirdPartyResouce Kind gives "error: NegotiatedSerializer is required when initializing a RESTClient" #25422

Closed
sjenning opened this issue May 10, 2016 · 1 comment
Assignees
Labels
area/extensibility kind/bug Categorizes issue or PR as related to a bug.

Comments

@sjenning
Copy link
Contributor

Continued from #25421

$ kubectl get catalogs
error: NegotiatedSerializer is required when initializing a RESTClient

$ curl http://127.0.0.1:8080/apis/alpha.redhat.com/v1alpha1/namespaces/default/catalogs{
  "kind": "CatalogList",
  "items": [ {"apiVersion":"alpha.redhat.com/v1alpha1","kind":"Catalog","metadata":{"name":"mycatalog","namespace":"default","selfLink":"/apis/alpha.redhat.com/v1alpha1/namespaces/default/catalogs/mycatalog","uid":"1790596a-16ee-11e6-873a-bc5ff47352bf","resourceVersion":"43","creationTimestamp":"2016-05-10T20:30:53Z"}}
 ]
}
@sjenning
Copy link
Contributor Author

This could be a recent regression since it seemed to work at this point in time:
#24658 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/extensibility kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants