kubesphere / kubeeye

KubeEye aims to find various problems on Kubernetes, such as application misconfiguration, unhealthy cluster components and node problems.
https://kubesphere.io
Apache License 2.0
810 stars 126 forks source link

Implemented kubeeye cronjob #216

Closed ruiyaoOps closed 2 years ago

ruiyaoOps commented 2 years ago

Implemented kubeeye cronjob, set the auditPeriod in deploy/kubeeye_insights.yaml, default "0 0 *", and kubeeye audit will be executed at 0:00 every day, after execute kubeeye audit, plugins audit will be executed. Set the AuditPercent have been removed temporarily, because it caused cronjob execution to fail.

ks-ci-bot commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ruiyaoOps

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubesphere/kubeeye/blob/experiment/OWNERS)~~ [ruiyaoOps] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
ruiyaoOps commented 2 years ago

/cc @pixiake @stoneshi-yunify @zheng1 @iNineku

pixiake commented 2 years ago

/lgtm