Disclaimer: big fan of TUIs ❤️ and am excited to see this. Not sure a bug is the right way for the topic.
Describe the bug
The plugin uses CRDs for discovery. CRDs are not meant for that purpose. Kube has a discovery API which is
- much faster
- supports all resources, not only CRDs
- works on every Kubernetes, also for unprivileged users (e.g. on OpenShift).
Related
Disclaimer: big fan of TUIs ❤️ and am excited to see this. Not sure a bug is the right way for the topic.
Describe the bug
The plugin uses CRDs for discovery. CRDs are not meant for that purpose. Kube has a discovery API which is
Related