Skip to content

Commit

Permalink
remove-WorkloadClusterManagedDeploymentNotSatisfiedPhoenix (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvix authored Dec 12, 2023
1 parent 0310b50 commit bbe7c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed

- Ignore `api-spec` from `AppWithoutTeamAnnotation` alert.
- Remove `WorkloadClusterManagedDeploymentNotSatisfiedPhoenix` as `cert-manager` is no longer owned by Phoenix.


## [2.145.0] - 2023-11-30

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,6 @@ spec:
severity: page
team: {{ include "providerTeam" . }}
topic: observability
- alert: WorkloadClusterManagedDeploymentNotSatisfiedPhoenix
annotations:
description: '{{`Deployment {{ $labels.namespace}}/{{ $labels.deployment }} is not satisfied.`}}'
opsrecipe: workload-cluster-managed-deployment-not-satisfied/
expr: label_join(managed_app_deployment_status_replicas_unavailable{cluster_type="workload_cluster", managed_app=~"cert-manager.*"}, "service", "/", "namespace", "deployment") > 0
for: 30m
labels:
area: managedservices
cancel_if_outside_working_hours: {{ include "workingHoursOnly" . }}
severity: page
team: phoenix
topic: releng
- alert: WorkloadClusterDeploymentScaledDownToZero
annotations:
description: '{{`Deployment {{ $labels.namespace}}/{{ $labels.deployment }} has been scaled down to zero for prolonged period of time.`}}'
Expand Down

0 comments on commit bbe7c89

Please sign in to comment.