-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The feature request
Currently, gke-cluster-autopilot and gke-cluster-standard modules are missing the option to filter the cluster upgrade notifications and by default all types of upgrade notifications are sent.
Proposed solution
Added filter option to notification_config's pubsub block of gke-cluster-autopilot and gke-cluster-standard modules
Additional context
Even though, upgrade notifications can be filtered at Pub/Sub or cloud run function but that won't make much sense because of the additional configuration and undelivered messages cost. Also, filtering notifications in GKE is strongly recommended by Google over filtering in Pub/Sub because of the ease-of-use and because users are billed only for the notifications they receive.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request