prometheus-engine
prometheus-engine copied to clipboard
Make collector/rule-evaluator part of install bundle
Change to an approach where the collector DaemonSet and rule-evaluator Deployment are provided externally within the operator installation bundle. The operator then only updates runtime-dependent values. This allows users to do advanced customization (node affinity, priority class, etc.) without the need for configuration knobs through the OperatorConfig or operator flags.
PTAL. I think your last review still went against the version without my fixup commit.