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
Hi @joscha-alisch
Thanks a lot for the bug report. I discovered that the implementation of port forwarding for "service" kind does have few issues. I am going to fix them in the next release.
Issues:
Kube Forwarder allows forwarding to ports which service does not have. I think it has to throw an error as kubectl does
$ kubectl port-forward svc/postgres -n postgres-namespace 4040:80
> error: Service postgres does not have a service port 80
Kube Forwarder doesn't have something which looks like mort mapping. So it doesn't directly forwards to port 4040 instead of 80 as it is shown in the issue description.
Currently, it seems like it is not possible to use port forwarding with weave-scope (https://github.com/weaveworks/scope)
On the command-line it works fine with:
I immediately see the weave-scope UI in the browser.
Interestingly it directly forwards to port
4040
instead of80
.When using the same config in kube-forwarder I don't get a response when trying to access the UI. Just the browsers "Waiting for localhost..."
In the console I don't see any errors and I'm not sure if there is an option to enable debug mode.
OS:
gcloud sdk:
The text was updated successfully, but these errors were encountered: