troubleshoot icon indicating copy to clipboard operation
troubleshoot copied to clipboard

Mergable CRD specs

Open chris-sanders opened this issue 3 years ago • 0 comments

With #650 implemented a Custom Resource Definition spec entry point needs to implement that supports mergable CRD specs. This needs to leave the ConfigMap interface in tact as a way for cluster that can not install the CRD to still operate.

The CRD based specs should become the default if troubleshoot is run without any further input on where to find the spec.

This entry point should address:

  • Finding and collecting all CRD specs in the cluster
  • Allowing the user to scope collection to a namespace
  • Allowing the user to scope collection to a label on the CRDs

chris-sanders avatar Aug 09 '22 19:08 chris-sanders