runtime
runtime copied to clipboard
Some api-resources not fetchable via kubectl
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.