dongjoon-hyun opened a new pull request, #833: URL: https://github.com/apache/spark-kubernetes-operator/pull/833
### What changes were proposed in this pull request? This PR aims to support `spark.kubernetes.operator.events.excludedReasons`, a comma-separated list of Java regular expressions. Events whose reason fully matches any of them are not published. ```properties spark.kubernetes.operator.events.excludedReasons=RunningHealthy,RunningWithPartialCapacity spark.kubernetes.operator.events.excludedReasons=Running.* ``` ### Why are the changes needed? Since SPARK-59576, the operator publishes K8s events for all state transitions. Some events, such as `RunningHealthy`, can be noisy for long-running resources. ### Does this PR introduce _any_ user-facing change? No behavior change by default because the default value is empty. ### How was this patch tested? Pass the CIs with the newly added test cases. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
