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
I can port forward connection to service with kubectl: kubectl port-forward -n some-namespace svc/postgres-somecluster-postgresql 5432:5432
However this same does not work correctly with kube-forwarder, because I can't connect with pgAdmin to database. Kube-forwarder indicates that port forward is running correctly.
Hi, @Adiqq!
The issue was because of Kube Forwarder didn't support named ports which services can have.
We have released a new version. The version should work well with named ports. I hope it will help you.
Thank you that you have found a bug and helped us make the app better!
I can port forward connection to service with kubectl:
kubectl port-forward -n some-namespace svc/postgres-somecluster-postgresql 5432:5432
However this same does not work correctly with kube-forwarder, because I can't connect with pgAdmin to database. Kube-forwarder indicates that port forward is running correctly.
I'm not sure if that's specific to cluster or postgresql, but I'm using this helm chart to deploy postgres: https://github.com/helm/charts/tree/master/stable/postgresql
Problems occurs on kube-forwarder, version 1.4.0.
Maybe application could show some logs, like kubectl port-forward does, to help troubleshoot this kind of issues?
The text was updated successfully, but these errors were encountered: