reconcile rulegroups to prometheusrules (#5081)

reconcile rulegroups

Signed-off-by: junot <junotxiang@kubesphere.io>
This commit is contained in:
junot
2022-07-22 10:21:57 +08:00
committed by GitHub
parent 111fc69ab1
commit 9bd15b7efc
8 changed files with 845 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ func NewControllerManagerCommand() *cobra.Command {
ServiceMeshOptions: conf.ServiceMeshOptions,
GatewayOptions: conf.GatewayOptions,
MonitoringOptions: conf.MonitoringOptions,
AlertingOptions: conf.AlertingOptions,
LeaderElection: s.LeaderElection,
LeaderElect: s.LeaderElect,
WebhookCertDir: s.WebhookCertDir,