-
Notifications
You must be signed in to change notification settings - Fork 59
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
Following the tutoral gives a "socket hang up" #150
Comments
@buckleyGI Thanks for raising this issue, we will look into it. |
@buckleyGI I am not able to reproduce (no socket hang up error) this with latest VS extension in VS 2022. This happens sometimes if you are connected to VPN and VPN blocks the socket? Can you try without VPN? Please let me know, thanks. |
Hi @hsubramanianaks Thanks for your reply. The VPN wasn't enabled |
I redid the workaround as described here and can connect to the cluster again. The same message is given "socket hang up" at work without vpn |
@buckleyGI can you share the logs ? Thank you. |
You can get around the "Refresh not supported" problem by running any kubectl command from a command window. The problem is that your token is expired and KubernetesClient does not yet support refreshing the token using your refresh token when using AKS. This is where the error comes from: |
@buckleyGI can you confirm that running kubectl command solves your issue? If so I will go ahead and close this issue. |
Closing due ot inactivity but please feel free to re-open if you are still stuck. |
Describe the bug
When following the Tutorial: Use Bridge to Kubernetes the endpoints becomes unavailable after the debugger is attached.
We get a "socket hang up" on the /api/todos endpoint
https://learn.microsoft.com/en-us/visualstudio/bridge/bridge-to-kubernetes-vs
We had the use the workaround described here microsoft/mindaro#26 (comment)
Note that everything is working find until the point we attach the debugger
Mention the platform you are using
Visual Studio 2022 17.3
Bridge to Kubernetes 2022 Version 3.1.20230118.1
To Reproduce
Expected behavior
The tasks that were already entered
Screenshots
2 Screenshots:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: