event_list
List recent Kubernetes events to troubleshoot why a pod is not starting, such as FailedScheduling. Use namespace and limit parameters to filter the results.
Instructions
[READ] List recent events (type, reason, object, message, age).
Useful for diagnosing why a pod is not starting (FailedScheduling, etc.).
Returns {"events": [...], "returned": N, "limit": L, "truncated": bool}.
When truncated is true there are MORE events than shown — re-run with a
higher limit instead of reporting the shown set as complete.
Args: namespace: Namespace; omit for all namespaces. limit: Maximum number of events to return. target: k8s target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No | ||
| namespace | No |