| No recommendations appearing | kubectl get recommendations -A — empty? | Check PodResizePolicy includeNamespaces matches your namespaces |
| Recommendations say “awaiting data” | Check algorithm.sampleCount on the CRD | Pod is too new (< 5 min) or Prometheus has no data for it |
| Scaler not scaling up | Check lastEvaluationTime on NodeScalingPolicy | If stale, check controller logs. If fresh, check pendingPodThreshold |
| Scaled up but pods still pending | kubectl describe pod <name> | Likely a taint/affinity mismatch or PV zone issue |
| Dashboard shows no data | curl <prometheus-url>/-/healthy | If down, check the monitoring namespace pods |
| Webhook not injecting | kubectl get mutatingwebhookconfigurations | If missing, check webhook.enabled: true in values |
| Cost shows $0 | kubectl get nodes --show-labels | grep instance-type | Unknown machine type not in the catalog |