pod_describe
Diagnose why a pod is not Ready by retrieving its status, conditions, container states, and recent events in a single call.
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 |