Skip to content

Commit

Permalink
Move cert-manager alerts to BigMac (#890)
Browse files Browse the repository at this point in the history
* Move cert-manager alerts to BigMac

* Fix tests
  • Loading branch information
ubergesundheit authored Sep 28, 2023
1 parent fe1411d commit 7be52c8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Handover cert-manager alerts to BigMac

## [2.134.1] - 2023-09-26

### Fixed
Expand Down Expand Up @@ -275,7 +279,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Add alerts for legacy vault's etcd backups.
- Add alerts for legacy vault's etcd backups.

## [2.105.0] - 2023-06-22

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
area: kaas
cancel_if_outside_working_hours: {{ include "workingHoursOnly" . }}
severity: notify
team: cabbage
team: bigmac
topic: observability
- alert: CertManagerDown
annotations:
Expand All @@ -38,7 +38,7 @@ spec:
cancel_if_cluster_status_deleting: "true"
cancel_if_kubelet_down: "true"
severity: page
team: cabbage
team: bigmac
topic: cert-manager
- alert: CertManagerTooManyCertificateRequests
annotations:
Expand All @@ -50,5 +50,5 @@ spec:
area: kaas
cancel_if_outside_working_hours: "true"
severity: notify
team: cabbage
team: bigmac
topic: cert-manager
2 changes: 1 addition & 1 deletion test/tests/providers/capi/capz/cert-manager.rules.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tests:
installation: gollem
service_priority: highest
severity: page
team: cabbage
team: bigmac
topic: cert-manager
exp_annotations:
description: "cert-manager in namespace kube-system is down."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tests:
installation: gollem
service_priority: highest
severity: page
team: cabbage
team: bigmac
topic: cert-manager
exp_annotations:
description: "cert-manager in namespace kube-system is down."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tests:
installation: gollem
service_priority: highest
severity: page
team: cabbage
team: bigmac
topic: cert-manager
exp_annotations:
description: "cert-manager in namespace kube-system is down."
Expand Down

0 comments on commit 7be52c8

Please sign in to comment.