-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[stable/prometheus-operator] make kube-apiserver-slos configurable via defaultRules.rules.kubeApiserverSlos #22499
Conversation
Hi @k3a. Thanks for your PR. I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Rules are sourced from upstream repos and are not configurable in this chart as a result, as doing so would be too complex to manage. Suggest you look at the upstream jsonnet approach if you need customization or extract the rules from here into your own customisations. /hold |
Yes, they are sourced from upstream but then filtered via
Especially |
/hold cancel |
/retest |
1 similar comment
/retest |
@k3a looks like the builds have been fixed, could you bump the chart version? |
/lgtm |
@k3a looks like this needs a version bump |
/lgtm |
…erverSlos Signed-off-by: Mario Hros <[email protected]>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: k3a, vsliouniaev 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:
Approvers can indicate their approval by writing |
…erverSlos (helm#22499) Signed-off-by: Mario Hros <[email protected]> Co-authored-by: Mario Hros <[email protected]>
…erverSlos (helm#22499) Signed-off-by: Mario Hros <[email protected]> Co-authored-by: Mario Hros <[email protected]>
…erverSlos (helm#22499) Signed-off-by: Mario Hros <[email protected]> Co-authored-by: Mario Hros <[email protected]> Signed-off-by: Adrien Loiseau <[email protected]>
…erverSlos (helm#22499) Signed-off-by: Mario Hros <[email protected]> Co-authored-by: Mario Hros <[email protected]> Signed-off-by: Miguel Mingorance <[email protected]>
Is this a new chart
no
What this PR does / why we need it:
It makes
kube-apiserver-slos
Prometheus rule configurable like other similar rules. This rule is always firing on the hosted cluster I use, probably because higher latency of apiserver and there is no way to turn off this rule without turning off all the default rules (which I obviously don't want to do).Which issue this PR fixes
none
Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[stable/mychartname]
)