replicatedhq / ship

A better way to deploy Kubernetes Helm charts
https://www.replicated.com/ship
Apache License 2.0
637 stars 70 forks source link

Ship fails silently if port 8800 is already taken #1062

Open dexhorthy opened 5 years ago

dexhorthy commented 5 years ago

Expected behavior

If I have something else listening on 8800, ship should show an error or choose a different port.

Actual behavior

Ship tries to open my browser to localhost:8800, where nothing is displayed (I had an SSH port-forward running to a remote service that wasn't running). I just get a Chrome "connection was reset" error page.

Information

Steps to reproduce

Create an SSHConfig with

    LocalForward 8800 127.0.0.1:8800

and start an ssh session on the host.

Locally the above command:

ship init https://github.com/helm/charts/tree/master/stable/postgresql