-
Notifications
You must be signed in to change notification settings - Fork 9.7k
feat(discovery/kubernetes): allow attaching namespace metadata #16831
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
to endpointslice, endpoints and pod roles after injecting the labels for endpointslice, claude-4-sonnet helped transpose the code and tests to endpoints and pod roles fixes prometheus#9510 supersedes prometheus#13798 Signed-off-by: machine424 <ayoubmrini424@gmail.com> Co-authored-by: Paul BARRIE <paul.barrie.calmels@gmail.com>
also cc @simonpasquier |
maybe @jan--f can take a look as well. |
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.
The code looks good to me, though I don't know this code well.
Any reason to not extend this to Service and Ingress roles as well?
to ingress and service roles. with the help of claude-4-sonnet Signed-off-by: machine424 <ayoubmrini424@gmail.com>
Signed-off-by: machine424 <ayoubmrini424@gmail.com>
Just overlooked those (they're not that used). Claude can help with that, done. |
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.
Thanks, I'm happy with this.
to endpointslice, endpoints, service, ingress and pod roles
after injecting the labels for endpointslice, claude-4-sonnet helped transpose the code and tests to the other roles.
fixes #9510
supersedes #13798