Skip to content

Commit

Permalink
Merge pull request #194 from ministryofjustice/remove-KuberhealthyDNS…
Browse files Browse the repository at this point in the history
…StatusCheckInternal-query-until-check-properly-set-up

remove-kuberhealthy-dns-status-alert
  • Loading branch information
pwyborn authored Nov 21, 2023
2 parents 80c7e55 + 9127613 commit 94a189e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions resources/prometheusrule-alerts/application-alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -386,16 +386,6 @@ spec:
for: 1m
labels:
severity: warning
- alert: KuberhealthyDNSStatusCheckInternal
annotations:
message: Checks for failures with DNS, including resolving within the cluster "kubectl -n kuberhealthy describe khstate dns-status-internal".
Also check failing checker pod logs.
runbook_url: https://github.com/kuberhealthy/kuberhealthy/blob/master/cmd/dns-resolution-check/README.md
expr: |-
kuberhealthy_check{check="kuberhealthy/dns-status-internal", container="kuberhealthy", endpoint="http", exported_namespace="kuberhealthy", job="kuberhealthy", namespace="kuberhealthy", service="kuberhealthy", status!="1"}
for: 1m
labels:
severity: warning
- alert: KuberhealthyNamespaceExistsCheck
annotations:
message: One of the following vital namespaces no longer exists - "cert-manager", "default", "ingress-controllers", "kube-system", "logging", "monitoring", "opa", "velero", "kubectl -n kuberhealthy describe khstate namespace-kh-check". Also check failing pod logs.
Expand Down

0 comments on commit 94a189e

Please sign in to comment.