-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port forwarding doesn't work anymore since update 0.33.0 -> 0.34.0 #2523
Comments
It always work one time. After a Ctrl + C and a I think Skaffold delete doesn't remove correctly pods and ports fowardings rules. |
As for me |
This is a race issue: the old pod gets killed and the new pod gets started after
this scenario could happen when the pod gets restarted behind the service due to a failure or manual pod deletion. I think we should restart |
Could there be some workaround for this issue, until the fix released? |
The fix is coming in #2543 and probably will be merged today. Then, we'll cut an emergency release. |
@balopat Seems half resolved... In my example. It works only for only one service. Never both at the same time.
When I check Only port 3000 is listening. Or sometime. Only 8080... It's not each time... Sometimes both works... It's hard to specify. |
@Bastorx can you try with current bleeding edge? We added some more error handling logic around kubectl portforward. |
Closing as these were addressed and now integration tested as well. |
Expected behavior
Port fowarding should work
Actual behavior
Port fowarding doesn't work
Information
Steps to reproduce the behavior
skaffold dev --port-forwarding
Would like to know if others have this kind of issue since last update
The text was updated successfully, but these errors were encountered: