Skip to content

Commit

Permalink
Merge branch 'main' into move-shared-component-alerts-to-turtles
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson authored Jun 6, 2024
2 parents aaf8084 + c3bff8c commit a994b1a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Fix cabbage alerts for multi-provider wcs.
- Fix shield alert area labels.

### Removed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
opsrecipe: falco-alert/
expr: increase(falco_events{priority=~"0|1|2|3"}[10m] ) > 0
labels:
area: kaas
area: platform
cancel_if_cluster_status_creating: "true"
cancel_if_cluster_status_deleting: "true"
cancel_if_cluster_status_updating: "true"
Expand All @@ -37,7 +37,7 @@ spec:
opsrecipe: falco-alert/
expr: increase(falco_events{priority=~"4|5"}[10m] ) > 0
labels:
area: kaas
area: platform
cancel_if_cluster_status_creating: "true"
cancel_if_cluster_status_deleting: "true"
cancel_if_cluster_status_updating: "true"
Expand All @@ -52,7 +52,7 @@ spec:
opsrecipe: falco-alert/
expr: increase(falco_events{priority="6"}[10m] ) > 0
labels:
area: kaas
area: platform
cancel_if_cluster_status_creating: "true"
cancel_if_cluster_status_deleting: "true"
cancel_if_cluster_status_updating: "true"
Expand All @@ -67,7 +67,7 @@ spec:
opsrecipe: falco-alert/
expr: falco_events{rule="Backdoored library loaded into SSHD (CVE-2024-3094)"} > 0
labels:
area: kaas
area: platform
cancel_if_cluster_status_creating: "false"
cancel_if_cluster_status_deleting: "false"
cancel_if_cluster_status_updating: "false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
expr: sum(kube_validatingwebhookconfiguration_info{validatingwebhookconfiguration=~"kyverno-.*"}) by (cluster_id, installation, pipeline, provider) > 0 and sum(kube_deployment_status_replicas{deployment=~"kyverno|kyverno-admission-controller"}) by (cluster_id, installation, pipeline, provider) == 0
for: 15m
labels:
area: managedservices
area: platform
cancel_if_cluster_status_creating: "true"
cancel_if_cluster_status_deleting: "true"
cancel_if_cluster_status_updating: "true"
Expand All @@ -34,7 +34,7 @@ spec:
expr: aggregation:kyverno_resource_counts{kind=~"(generate|update)requests.kyverno.io"} > 5000
for: 15m
labels:
area: managedservices
area: platform
cancel_if_cluster_status_creating: "true"
cancel_if_cluster_status_deleting: "true"
cancel_if_cluster_status_updating: "true"
Expand All @@ -51,7 +51,7 @@ spec:
expr: sum(kube_deployment_spec_replicas{deployment=~"kyverno|kyverno-kyverno-plugin|kyverno-policy-reporter"}) by (cluster_id, installation, pipeline, provider) == 0
for: 4h
labels:
area: managedservices
area: platform
cancel_if_cluster_status_creating: "true"
cancel_if_cluster_status_deleting: "true"
cancel_if_cluster_status_updating: "true"
Expand All @@ -66,7 +66,7 @@ spec:
expr: sum(kube_deployment_spec_replicas{deployment="kyverno"}) by (cluster_id, installation, pipeline, provider) != 0 and sum(kube_deployment_spec_replicas{deployment="kyverno"}) by (cluster_id, installation, pipeline, provider) < 3
for: 1h
labels:
area: managedservices
area: platform
cancel_if_cluster_status_creating: "true"
cancel_if_cluster_status_deleting: "true"
cancel_if_cluster_status_updating: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tests:
eval_time: 15m
exp_alerts:
- exp_labels:
area: managedservices
area: platform
cluster_id: gremlin
installation: gremlin
pipeline: testing
Expand All @@ -49,7 +49,7 @@ tests:
eval_time: 45m
exp_alerts:
- exp_labels:
area: managedservices
area: platform
cluster_id: gremlin
installation: gremlin
pipeline: testing
Expand All @@ -70,7 +70,7 @@ tests:
eval_time: 240m
exp_alerts:
- exp_labels:
area: managedservices
area: platform
cluster_id: gremlin
installation: gremlin
pipeline: testing
Expand All @@ -90,7 +90,7 @@ tests:
eval_time: 310m
exp_alerts:
- exp_labels:
area: managedservices
area: platform
cluster_id: gremlin
installation: gremlin
pipeline: testing
Expand Down

0 comments on commit a994b1a

Please sign in to comment.