get_events
Retrieve recent Kubernetes Warning events filtered by namespace, resource kind, or name to diagnose scheduling, image pull, restart, mount, readiness, or controller errors.
Instructions
Use for recent Kubernetes Warning events after an overview points at a namespace or resource, or when the symptom is scheduling, pulling images, restarts, failed mounts, readiness, or controller errors. Events are deduplicated and sorted by recency with reason, message, and count. For a ranked issue list that includes problems/conditions, use issues first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | filter to events involving this resource kind (e.g. Pod, Deployment) | |
| name | No | filter to events involving this resource name | |
| limit | No | max 100, default 20 | |
| namespace | No | filter to a specific namespace |