Last modified June 21, 2026
'muster events' command reference
muster events lists and filters events for Muster resources, in both Kubernetes and filesystem modes. The aggregator must be running, or --endpoint must point at a remote one.
Usage
muster events [flags]
Flags
| Name | Description |
|---|---|
--resource-type | Filter by resource type: mcpserver or workflow |
--resource-name | Filter by resource name |
--namespace | Filter by namespace |
--type | Filter by event type: Normal or Warning |
--since | Show events after this time, for example 1h, 30m, or an absolute timestamp |
--until | Show events before this time |
--limit | Maximum number of events. Defaults to 50 |
--follow, -f | Stream new events as they occur |
events also accepts the common flags.
Examples
muster events
muster events --resource-type mcpserver
muster events --type Warning --since 1h
Related
muster check- Check that a resource is available.- Troubleshooting - Diagnose connection problems.
Need help, got feedback?
We listen to your Slack support channel. You can also reach us at support@giantswarm.io. And of course, we welcome your pull requests!