get_events
Retrieve recent Kubernetes Warning events to troubleshoot scheduling, image pulls, restarts, failed mounts, readiness, or controller errors. Events are deduplicated and sorted by recency with reason, message, and count.
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 |
|---|---|---|---|
| namespace | No | filter to a specific namespace | |
| limit | No | max 100, default 20 | |
| kind | No | filter to events involving this resource kind (e.g. Pod, Deployment) | |
| name | No | filter to events involving this resource name |