Debug Cluster
Audited by Runlayer on Feb 23, 2026
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: Debug Cluster description: "Provides systematic debugging approaches for HyperShift hosted-cluster issues.
#### Symptoms: - Commands like `kubectl get hostedclusters` fail with: `error: the server doesn't have a resource type "hostedclusters"` - HyperShift operator logs show errors about missing CRDs - CRDs for HostedCluster, NodePool, or CAPI resources are missing #### Check for Missing CRDs: ```bash # Check if critical HyperShift CRDs exist kubectl get crd hostedclusters.hypershift.openshift.io kubectl get crd nodepools.hypershift.openshift.io # Count HyperShift CRDs (should be ~9) kubectl get crd
Malicious tool definition detected
Tool: aws-troubleshooting.md Description: # AWS-Specific HyperShift Troubleshooting This subskill provides AWS-specific debugging workflows for HyperShift hosted-cluster issues.