Aller au contenu

LokiGatewayError499#

This alert appears when there are connection problems with nginx used by loki.

Troubleshooting#

Check logs gateway pods for more details.

kubectl logs <pod label in alert> -n <namespace label in alert>
Possible solution is to delete pod:

kubectl delete pods <pod label in alert> -n <namespace label in alert>