opsgenie / kubernetes-event-exporter

Export Kubernetes events to multiple destinations with routing and filtering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to select or exclude Namespaces by label in rules

omauger opened this issue · comments

Hi,

We realy need to have a selector of namespace by label on Namespace.
In a cluster we have projects namespaces and system namespaces. We need to have a rule to export event from projects namespace to the observality tools of the projets and another rule to export system namespace events to the platform observability tools.

Maybe something like that to permit many possibilities of configuration :

  • namespace.label.exists = projects
  • namespace.label.not_exists = projects
  • namespace.label.type.equal = project
  • namespace.label.type.not_equal = project