-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
OpenShift deployment fails while instantiating the build #31228
Labels
Milestone
Comments
/cc @manusa |
Might be the same problem as what causes eclipse-jkube/jkube#2024 |
9 tasks
michalvavrik
added a commit
to michalvavrik/quarkus-test-suite
that referenced
this issue
Feb 22, 2023
Merged
9 tasks
pjgg
pushed a commit
to quarkus-qe/quarkus-test-suite
that referenced
this issue
Feb 23, 2023
9 tasks
michalvavrik
added a commit
to michalvavrik/quarkus-test-framework
that referenced
this issue
Mar 11, 2023
Enable tests using Quarkus OpenShift extension as quarkusio/quarkus#31228 is resolved.
10 tasks
michalvavrik
added a commit
to michalvavrik/quarkus-test-framework
that referenced
this issue
Mar 11, 2023
Enable tests using Quarkus OpenShift extension as quarkusio/quarkus#31228 is resolved.
michalvavrik
added a commit
to michalvavrik/quarkus-test-framework
that referenced
this issue
Mar 11, 2023
Enable tests using Quarkus OpenShift extension as quarkusio/quarkus#31228 is resolved.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
With Quarkus 3.0.0.Alpha4 deploying app using OpenShift extension started to fail. I think it's down to changes in #30480.
Expected behavior
App is deployed to OC.
Actual behavior
App is never deployed. Example from log:
How to Reproduce?
Steps to reproduce the behavior:
mvn clean verify
Output of
uname -a
orver
Linux
Output of
java -version
OpenJDK Runtime Environment Temurin-17.0.5+8 (build 17.0.5+8)
GraalVM version (if different from Java)
22.3
Quarkus version or git rev
3.0.0.Alpha4 & 999-SNAPSHOT
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.6
Additional information
OpenShift 4.12 (Kubernetes version v1.25.4+77bec7a)
The text was updated successfully, but these errors were encountered: