Aller au contenu

KarmaUnavailable#

This alert indicate that karma is no longer available. This alert is critical if a client karma is concerned.

Troubleshooting#

You can check logs to see what happened.

Delete the karma pod can help to make karma available again

  • Cloud zones: k delete pod -n monitoring-app karma-xxxxxxxxxx-xxxxx
  • Infra zones: k delete pod -n monitoring karma-xxxxxxxxxx-xxxxx

If the problem persist, check that servicemonitor karma is present :

  • on infra zone: kubectl get servicemonitor -n monitoring | grep karma
  • on cloud zone: kubectl get servicemonitor -n monitoring-app | grep karma