cloud-code-intellij
cloud-code-intellij copied to clipboard
Cannot debug Multi config in different namespaces
Context
- Using multi config setup with deployments in separate namespaces.
- Using Cloud Code Kubernetes debug feature
- Local Kubernetes cluster
- Spring boot applications
Expected Behavior
Be able to debug both applications in different namespaces.
Actual Behavior
Only one application can be debugged.
We can see only one app debug session starts for core-app and not identity-app
Debugging will work if use skaffold setup like this example . But this is not an option for us as we need microservice (projects repos) to be independent.
Here it is working with my use case
Additional Information
- IDE type (e.g. IntelliJ, Pycharm): IntelliJ
- IDE version: 2022.1.3 (UE)
- Cloud Code version (Settings > Plugins > Cloud Code): 22.8.1-221
- Cloud SDK (Settings > Cloud Code > Cloud SDK)
- Are you allowing the plugin to manage the Cloud SDK: Yes
- Version of the Cloud SDK: 397.0.0
- Skaffold version (If you are using Kubernetes features; Settings > Cloud Code > Kubernetes): 1.39.1
- Operating System: Windows 11 (10.0.22000)
Reproduce
- Create a project similar to multi config.
- Have sub projects deploy into separate namespaces.
- Start debug session
PS: This is most likely a skaffold issue but it is affecting Cloud Code features. See issue here
Thanks @JJRdec! Most likely this is related to skaffold, and thanks for filing an issue in skaffold repo as well. We'll investigate more.
Closing as this use case is not a planned feature for Cloud Code for now.