Open IQHT-DGH opened 7 months ago
I have a similar problem. The pod tries to start, but after some waiting I get a connection error "Failed to establish connection to cluster". Without insulation, the pod starts successfully.
Mention the platform you are using Windows 11, Visual Studio 2022 17.11.3
Describe the bug When using bridge to kubernetes with the enable routing isolation, upon running my code in Visual Studio I am presented with an error modal saying that is unable to connect to the cluster on most occasions. If this doesn't happen then I can see in my cluster that it has started to try and create my isolated container but gets caught in a CrashLoopBackoff for some unknown reason.
I'm wondering whether there is something I need to do from a configuration perspective for isolation, as if I attempt the same process with isolation uncheck it works perfectly, but of course it disrupts other members of the team whilst I'm debugging.
Mention the platform you are using Windows 11, Visual Studio 2022 17.9.6
To Reproduce Steps to reproduce the behavior:
Expected behavior Expecting an isolated debugging session to be created,