-
Notifications
You must be signed in to change notification settings - Fork 528
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
mvn k8s:debug does not work! #2436
Comments
Everything you mention seems fine. |
OK, I'm able to reproduce. It might have to do with some of these specific conditions (Minikube, Spring Boot 2.7.17, Application port 8081) ❌ It's failing with:
✅ It's working with:
The base image is fine. The problem relies on the Spring Boot Generator that's now triggering a different Entrypoint instead of relying on the base image run-java.sh command. I'm not sure why the following lines were added in the first place, but they should be removed: |
Amazing, I only changed the jkube version to 1.13.1 and it works fine now! |
We're expecting a release later this week, we'll provide a fix for this. |
Discussed in #2435
Originally posted by Brantfang November 9, 2023
pom.xml
minikube
log
in pod jdb attch
in IDEA romte attach
in pod log not found any
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
infoThe text was updated successfully, but these errors were encountered: