Aller au contenu

HarborDown#

Alert is triggered when harbor_up metric is missing from Prometheus.

This alert either indicates that :

  • the pod harbor is not in a running state in the kubernetes cluster
  • or the pod can't proceed request it receive.

Scope#

The scope of the alert is for Product Factory internal tooling.

Troubleshooting Hints#

Identify the cluster and check the status/logs of the pods.

Tip

   kubectl get pods -n harbor-svc-oci-registry-stg | grep harbor
   kubectl logs -n harbor-svc-oci-registry-stg -l app=harbor,component=core
   kubectl get pods -n harbor-svc-oci-registry-prd | grep harbor
   kubectl logs -n harbor-svc-oci-registry-prd -l app=harbor,component=core

Solutions Hints#

Restart the harbor-core container and check again.