-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Deploying to OpenShift via openshift extension not working in 2.7.1.Final #23788
Comments
Are you sure this isn't just some transient failure? |
It happens every time I try it. I was banging my head against my desk most of yesterday afternoon trying to figure out what the problem might be. Same this morning. As soon as I switched to Quarkus 2.7.0.Final it worked 1st time. |
I think that the problem is that, in 2.7.1, the @iocanel to confirm! |
I can reproduce the issue. |
What I do see, is that we are missing the |
Will this make it into a 2.7.x backport? |
See the label in the link PR |
(cherry picked from commit d3773da)
Relates to CI failures in quarkusio#23788
Relates to CI failures in quarkusio#23788
Describe the bug
In Quarkus 2.7.1.Final using the openshift extension, doing
./mvnw clean package -DskipTests -Dquarkus.kubernetes.deployment-target=openshift -Dquarkus.container-image.builder=openshift -Dquarkus.openshift.resources.limits.memory=768Mi -Dquarkus.openshift.resources.requests.memory=256Mi -Dquarkus.kubernetes.deploy=true -Dquarkus.openshift.env.vars.JAVA_DEBUG=true -Dquarkus.container-image.build=true
does not work.If I back down to Quarkus 2.7.0.Final it works fine.
Expected behavior
I would expect the app to be deployed to OpenShift
Actual behavior
It does not work. This is the log:
How to Reproduce?
I'm running on the Red Hat Developer Sandbox
cd rest-villains
./mvnw clean package -DskipTests -Dquarkus.kubernetes.deployment-target=openshift -Dquarkus.container-image.builder=openshift -Dquarkus.openshift.resources.limits.memory=768Mi -Dquarkus.openshift.resources.requests.memory=256Mi -Dquarkus.kubernetes.deploy=true -Dquarkus.openshift.env.vars.JAVA_DEBUG=true -Dquarkus.container-image.build=true
This will fail. If you bump the Quarkus version in
rest-villains/pom.xml
down to2.7.0.Final
and re-try, it works fine.Output of
uname -a
orver
Darwin edeandre-mac 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_X86_64 x86_64
Output of
java -version
openjdk 11.0.2 2019-01-15
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.7.1.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Additional information
No response
The text was updated successfully, but these errors were encountered: