Diagnose and optionally fix common OLM and operator issues
/plugin marketplace add openshift-eng/ai-helpers/plugin install olm@ai-helpers[operator-name] [namespace] [--fix] [--cluster]## Name olm:diagnose ## Synopsis ## Description The `olm:diagnose` command diagnoses common OLM and operator issues, including orphaned CRDs, stuck namespaces, failed installations, and catalog source problems. It can optionally attempt to fix detected issues automatically. This command helps you: - Detect and clean up orphaned CRDs from deleted operators - Fix namespaces stuck in Terminating state - Identify and resolve failed operator installations - Detect conflicting OperatorGroups - Check catalog source health - Identify resources preventing clean uninstallation - Generate comprehe...