Vidya Reddy
Vidya Reddy
Hi @baltimor26, I updated the Visual Studio to 17.8.3 and was able to connect without any errors. Can you please check once again and let me know.
@baltimor26 can you please share your local logs to analyze the error further. Thanks for your patience.
@baltimor26 Follow below instructions to enable debugging for VS extension to log errors 1. Open Developer Powershell for VS terminal, and run below to set visual studio logging: $env:MS_VS_AZUREDEVSPACES_TOOLS_LOGGING_ENABLED="True" 2....
@tiddlypip @baltimor26 we are not facing this issue at out end, we are able to connect to the Bridge to Kubernetes. It might be related to your Visual studio. Please...
Hi @messnerdev, I checked the logs and see the below ports are called for withoutDapr. PortListener created on 53647 PortListener started on 53647 Starting listening 53647 : 50052 Accept 53647...
@messnerdev you can get the logs from the pod (the service/pod you are trying to debug) running in your cluster with image lpkremoteagent. ex: kubectl logs podname -n namespace after...
@robinmanuelthiel if the variable "useKubernetesServiceEnvironmentVariables" in tasks.json file is set to "true" then the host files will not be touched. Can you check this once and try.
@larsf96 Thanks for raising this issue. We will check and get back to you.