Skip to content

Commit

Permalink
Update app.rules.yml (#1418)
Browse files Browse the repository at this point in the history
* Update app.rules.yml

* Fix tests?

* Changelog
  • Loading branch information
ljakimczuk authored Nov 7, 2024
1 parent 15ad231 commit 6b2b154
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Fixes the statefulset.rules name as it is currently replacing the deployment.rules alerts.
- Extends AppCR-related alerts with cancelation for CAPI clusters with unavailable control plane.

## [4.22.0] - 2024-10-29

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
for: 30m
labels:
area: platform
cancel_if_cluster_control_plane_unhealthy: "true"
cancel_if_cluster_status_creating: "true"
cancel_if_cluster_status_deleting: "true"
cancel_if_cluster_status_updating: "true"
Expand Down Expand Up @@ -55,6 +56,7 @@ spec:
for: 30m
labels:
area: platform
cancel_if_cluster_control_plane_unhealthy: "true"
cancel_if_cluster_status_creating: "true"
cancel_if_cluster_status_deleting: "true"
cancel_if_cluster_status_updating: "true"
Expand All @@ -75,6 +77,7 @@ spec:
for: 30m
labels:
area: platform
cancel_if_cluster_control_plane_unhealthy: "true"
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 @@ -17,6 +17,7 @@ tests:
app: cilium
app_version: 1.11.2
area: platform
cancel_if_cluster_control_plane_unhealthy: "true"
cancel_if_cluster_status_creating: "true"
cancel_if_cluster_status_deleting: "true"
cancel_if_cluster_status_updating: "true"
Expand Down

0 comments on commit 6b2b154

Please sign in to comment.