pod_describe
Diagnose pod readiness issues by describing status, conditions, container states, and recent events. Identifies root causes for CrashLoopBackOff, ImagePullBackOff, and scheduling failures.
Instructions
[READ] Describe a pod: status, conditions, container states, recent events.
The fastest single call to diagnose why a pod is not Ready (CrashLoopBackOff, ImagePullBackOff, scheduling failures).
Args: name: Pod name (see pod_list). namespace: Namespace; omit for the target's default namespace. target: k8s target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| target | No | ||
| namespace | No |