-
Notifications
You must be signed in to change notification settings - Fork 48
FSI-1155: Don't scrape pods without a valid PodIP #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
3c81055
to
9c254dc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only a single picky-ish comment 👍
d21c5a2
to
b847efa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add an entry in the CHANGELOG please :)
…and caches them, which makes them unscrabable unless you restart POMI. This includes a simple program that runs the KubernetesTargetRetriever locally so you can debug it locally.
b847efa
to
613f42c
Compare
@alejandrodnm done! |
This PR fixes the bug that adds newly created Pod-targets without an ipAddress and caches them, which makes them unscrabable unless you restart POMI.
It also includes a simple program that runs the KubernetesTargetRetriever locally so you can debug it.