-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add an external controller metrics service #751
base: v2
Are you sure you want to change the base?
Conversation
Signed-off-by: Vlad Safronov <[email protected]>
fdf02f9
to
bec5dce
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.
Thanks! I left a few comments
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.
I'm a bit slow today: actually, this whole thing should be moved to https://github.com/piraeusdatastore/helm-charts/tree/main/charts/linstor-cluster
There, we already have the externalController
logic and even deploy a monitoring.
Sorry for the confusion. This helm chart also needs to be somehow moved there eventually.
I have not found externalController logic there. I guess I should abandon this PR? |
Yes. Move it over to the other repo. There, users can already set |
If a LINSTOR controller is external (piraeus chart installed with .Values.externalController.url set) then the external controller requires an Endpoint and an extra Service to make metrics available via ServiceMonitor.
This PR addresses the issue.