runtime icon indicating copy to clipboard operation
runtime copied to clipboard

Some api-resources not fetchable via kubectl

Open iwilltry42 opened this issue 3 years ago • 0 comments

While going through the docs and trying to understand all the bits and pieces of Acorn, I checked out all the resources in the api.acorn.io/v1 group and tried to kubectl get every single one of them.

While doing so, I noticed, that the following two don't work as expected:

$ kubectl get builders.api.acorn.io -A                   
Error from server (InternalError): an error on the server ("unknown") has prevented the request from succeeding (get builders.api.acorn.io)
$ kubectl get infos.api.acorn.io
Error from server (InternalError): an error on the server ("unknown") has prevented the request from succeeding (get infos.api.acorn.io)

-> For infos, kubectl doesn't even do the autocompletion.

iwilltry42 avatar Jul 28 '22 06:07 iwilltry42