You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Thanos, Prometheus and Golang version used:
0.8.1
What happened:
I deleted alerts file and used curl to reload thanos. But the alerts are still in thanos-ruler.
What you expected to happen:
The alerts should be disappeared from thanos-ruler
How to reproduce it (as minimally and precisely as possible):
kubectl apply -f rules.yaml
curl -X POST localhost:10902/-/reload.
Then the alert is in thanos-rule.
And now:
kubectl delete -f rules.yaml
curl -X POST localhost:10902/-/reload.
The alert is not disappeared.
Full logs to relevant components:
The text was updated successfully, but these errors were encountered: