Tencent / caelus

Set of Kubernetes solutions for reusing idle resources of nodes by running extra batch jobs
Other
344 stars 83 forks source link

Implementing CRD of RuleCheck and CgroupNotify #64

Open wang-mask opened 7 months ago

wang-mask commented 7 months ago

We have implemented CRD based detection rules by changing the original JSON file to two CRD types. The health_check module will generate the latest configuration file based on the CR submitted by the user and run the corresponding detection mechanism.

Design doc is here.

Contributed by: @wang-mask @baowj-678 @yanxiaoqi932

TODO:

  1. Unified compilation and runtime environment;
  2. Update the Daemon image;