opsgenie/kubernetes-event-exporter

Add ClusterName to Events - PR Coming Soon

xmcqueen opened this issue · 0 comments

When there are multiple clusters in an area its essential to have the source clustername associated with each event. The event object exposed by Kubernetes provides a clustername, but it does not set it.

We've got some code here in testing that adds an optional "clusterName" to the config file, and if clusterName is set in the config file, then the clusterName is set in the event. This makes it easy to filter a stream of events by source cluster.

A PR will be coming soon pending further testing.