Replies: 1 comment 2 replies
-
Seems like an issue with kubernetes or your deployment. None of the components provided by kube-prometheus is managing Endpoint objects and thus it couldn't remove it. It looks to me like an external factor is removing the object from a cluster. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i have deployed prometheus on k8s and added an external endpoint.
The issue is: that after view hours, the endpoint disappears in prometheus and when i check the targets, it is listed with the address but 0/0, so the config is missing.
when i then apply the files again, only on the endpoint file I can see: "configured" as response and so the endpoint is working again... until view hours, where it gets removed again.
it would be great if someone could give me a hint, what is wrong or missing in the config.
here are the files for my endpoint config:
secret-file.yaml
###################
###################
endpoint.yaml
###################
###################
service-monitor.yaml
###################
###################
service.yaml
###################
###################
Beta Was this translation helpful? Give feedback.
All reactions