check_resource_constraints
Identifies Kubernetes namespace resource constraints affecting pipelines by detecting pending pods, OOMKilled containers, CrashLoopBackOff, ImagePullBackOff, high restart counts, and quota utilization.
Instructions
Check for resource constraints in a namespace that may impact pipelines.
Identifies: pending/unschedulable pods, OOMKilled containers, CrashLoopBackOff,
ImagePullBackOff, high restart counts, and resource quota utilization.
Args:
namespace: Kubernetes namespace to inspect.
Returns:
Dict[str, Any]: Keys: status (Healthy/Warning/Critical/Error), summary, resource_quotas,
pending_pods_due_to_resources, oom_killed_containers, container_issues,
high_utilization_quotas, recommendations.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes |