Skip to content

Commit

Permalink
Add ops-recipe for KeyPairStorageAlmostFull alert (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuladhar authored May 13, 2024
1 parent 1229a01 commit a929cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `cluster_control_plane_unhealthy` inhibition.
- Added inhibitions expressions for CAPI clusters.
- make targets for pint linter
- Added ops-recipe for `KeyPairStorageAlmostFull` alert

### Changed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- alert: KeyPairStorageAlmostFull
annotations:
description: '{{`Number of keypairs limit almost reached in cluster-service storageconfig`}}'
opsrecipe: https://github.com/giantswarm/giantswarm/pull/11618
opsrecipe: cluster-service-storageconfig-full/
# Observed max CR record was hit at ~2800 entries
expr: cluster_service_key_pair_total > 2400
for: 10m
Expand Down

0 comments on commit a929cf5

Please sign in to comment.