Skip to content
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

Cannot connect to ServiceIP service for either SolrCloud or SolrPrometheusExporter. #142

Closed
HoustonPutman opened this issue Sep 29, 2020 · 0 comments

Comments

@HoustonPutman
Copy link
Contributor

Describe the bug
There is a bug with certain providers of Kube, where network requests fail if a Service's port name and targetPort name do not equal.

More information can be found here: GoogleCloudPlatform/k8s-multicluster-ingress#196

Proposed Solution
The solution is quite easy, change the servicePort to be the same name as the targetPort. For both SolrCloud and SolrPrometheusExporter Services.

This should not interrupt any traffic for solrClouds, as the Ingress rules use port numbers instead of port names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant