Skip to content

Commit

Permalink
fix-nginx-ingress-controller-deployment-not-satisfied-opsrecipe (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson authored Apr 8, 2024
1 parent 1bc60c8 commit d989bac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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]

### Fixed

- Fix `IngressControllerDeploymentNotSatisfied` opsrecipe.

## [3.7.1] - 2024-04-08

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
- alert: IngressControllerDeploymentNotSatisfied
annotations:
description: '{{`Ingress Controller Deployment {{ $labels.namespace}}/{{ $labels.deployment }} is not satisfied.`}}'
opsrecipe: ingress-controller-deployment-not-satisfied/
opsrecipe: ingress-controller-down/
expr: managed_app_deployment_status_replicas_available{managed_app=~".*(ingress-nginx|nginx-ingress-controller).*"} / (managed_app_deployment_status_replicas_available{managed_app=~".*(ingress-nginx|nginx-ingress-controller).*"} + managed_app_deployment_status_replicas_unavailable{managed_app=~".*(ingress-nginx|nginx-ingress-controller).*"}) * 100 <= 50
for: 10m
labels:
Expand Down

0 comments on commit d989bac

Please sign in to comment.