skaffold run --port-forward
behaves like it's freezing
#3415
Labels
area/portforward
area/run
fixit
kind/bug
Something isn't working
kind/todo
implementation task/epic for the skaffold team
priority/p3
agreed that this would be good to have, but no one is available at the moment.
Starting with #3263, it's possible to run
skaffold run --port-forward
.I found the behaviour puzzling, it looked like if it was freezing when in fact it was waiting for me to ctrl-c.
A message making that clear to the user might be good.
Another issue I have with this new behaviour is that I used to have
export SKAFFOLD_PORT_FORWARD=true
in my.bashrc
. This was useful to have port forwarding always on forskaffold dev
. Now I have to remove this line because it also enables pf forskaffold run
which is something I very rarely want.Finally, the PR introduces a regression here. The initial logs can be lost if the deployment takes more than a second.
The text was updated successfully, but these errors were encountered: