dromara / CloudEon

CloudEon uses Kubernetes to install and deploy open-source big data components, enabling the containerized operation of an open-source big data platform. This allows you to reduce your focus on underlying resource management and maintenance.
https://www.cloudeon.top/
Apache License 2.0
419 stars 100 forks source link

重构告警模块、添加任务停止/重试功能 #138

Closed linshenkx closed 7 months ago

linshenkx commented 7 months ago

What is the purpose of the change

Making CloudEon better

Brief changelog

  1. 重构告警模块。把告警规则视为组件配置的一部分,放到组件的kube-prometheus-render文件夹下。
  2. 添加AlertmanagerConfig配置,用于告警回调
  3. 添加任务的停止、重试功能