-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Labels
area/alertingAlerting related issues and PRsAlerting related issues and PRsenhancementNew feature or requestNew feature or request
Description
It would be nice to pick up all error events within a cluster using a wildcard namespace value in the eventSources section of an Alert - similar to how it works for name:
if (source.Name == "*" || event.InvolvedObject.Name == source.Name) && |
Currently you'll either need to duplicate Provider (including any secrets) and Alert resources to all relevant namespaces or create a "global" Alert which references other namespaces. It would be simpler and less error prone to allow namespace: "*"
.
ambis, kantipov, sparhomenko, almorgv, dahc and 57 more
Metadata
Metadata
Assignees
Labels
area/alertingAlerting related issues and PRsAlerting related issues and PRsenhancementNew feature or requestNew feature or request