-
Notifications
You must be signed in to change notification settings - Fork 91
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 clsuterName to support clusters with non-default names #236
base: main
Are you sure you want to change the base?
Conversation
Thanks for this PR @xirehat ... can you share a bit more on how this was tested, and regression tested (ie that it still works for clusters using svc.local)? |
When I run
When I run
It works properly. @AjayTripathy |
This pull request has been marked as stale because it has been open for 60 days with no activity. Please remove the stale label or comment or this pull request will be closed in 5 days. |
@mattray @toscott @brito-rafa |
Hello @xirehat. This project has not been abandoned, but it has not been a focus area for me personally in quite a while. For your issue, I believe a non obvious workaround to achieve your goal without helm chart changes would be to set:
If you find that too confusing, I'm ok with supporting a cluster domain name override, but I would like to see the default for the value in the values.yaml file instead of embedded in the _helpers.tpl (makes it a bit easier for people to understand what its for when they can see the value.) If you do choose to proceed with the change, please rebase your pull request and increment the version. I can put aside some time this weekend to review outstanding prs. Thanks! |
Signed-off-by: xirehat <[email protected]>
@toscott I accept your advice. The changes have been applied. |
By adding clusterName to values, you can install OpenCost in clusters with names other than cluster.local and connect to Prometheus correctly.
This fixes #235