Skip to content

Commit

Permalink
Removed check for Teleport operators in DeploymentNotSatisfiedBigMac (#…
Browse files Browse the repository at this point in the history
…1143)

Signed-off-by: Marcus Noble <[email protected]>
  • Loading branch information
AverageMarcus authored Apr 25, 2024
1 parent 5934356 commit cda4b16
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

- Removed check for Teleport operators in `DeploymentNotSatisfiedBigMac` alert as it is not valid on vintage

## [3.12.1] - 2024-04-25

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ spec:
annotations:
description: '{{`Deployment {{ $labels.namespace}}/{{ $labels.deployment }} is not satisfied.`}}'
opsrecipe: deployment-not-satisfied/
expr: kube_deployment_status_replicas_unavailable{cluster_type="management_cluster", deployment=~"cert-manager-*|teleport-.*|dex*|athena*|rbac-operator|credentiald"} > 0
expr: kube_deployment_status_replicas_unavailable{cluster_type="management_cluster", deployment=~"cert-manager-*|dex*|athena*|rbac-operator|credentiald"} > 0
for: 30m
labels:
area: kaas
Expand Down

0 comments on commit cda4b16

Please sign in to comment.