actions-marketplace-validations/kube-events Action
Check Kubernetes cluster events and report warnings in CI/CD pipelines
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| namespace | Filter by namespace (comma-separated) | no | "" |
| kind | Filter by involved object kind (comma-separated, e.g., Pod,Deployment) | no | "" |
| name | Filter by involved object name (comma-separated) | no | "" |
| type | Filter by event type: Normal, Warning | no | "" |
| reason | Filter by event reason (comma-separated, e.g., BackOff,Unhealthy) | no | "" |
| since | Show events newer than relative duration (e.g., 5m, 1h, 24h) | no | 10m |
| group-by | Group events by: resource, namespace, kind, reason | no | resource |
| output | Output format: color, plain, json, markdown, table | no | markdown |
| summary-only | Show summary statistics only | no | false |
| all-namespaces | Show events from all namespaces | no | false |
| threshold | Fail if warning count exceeds this threshold (0 = do not fail) | no | 0 |
| comment | Post event report as PR comment | no | true |
| version | kube-events version to install (e.g., v0.1.0). Default: latest | no | latest |
| token | GitHub token for PR comments | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| result | Event report output text |
| warning-count | Number of warning events detected |
| has-warnings | Whether warning events were detected (true/false) |