You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.
When port forwarding to my local machine with the following command:
kubectl port-forward --namespace data elasticsearch-elasticsearch-client-6cc495bc6-bvl2r 9200:9200
I seem to be unable to access the service on that port, e.g. curling the cluster health check endpoint. I get a connection refused error from the port-forward command.
The pods are all running and healthy, and are reporting the occasional cluster message so they appear to be able to communicate fine.
Any ideas on how I can interact with the services?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When port forwarding to my local machine with the following command:
I seem to be unable to access the service on that port, e.g. curling the cluster health check endpoint. I get a connection refused error from the port-forward command.
The pods are all running and healthy, and are reporting the occasional cluster message so they appear to be able to communicate fine.
Any ideas on how I can interact with the services?
The text was updated successfully, but these errors were encountered: