-
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
Knative deployment is broken using OpenShift extension in v3.3.0 and v.3.3.1 #35647
Comments
@iocanel has something changed in this areas in 3.3? |
There are some changes related to image building / handling in open shift. I will take a look. |
Thanks @iocanel |
I managed to reproduce the issue. |
I'll create a PR shortly. |
Cool. Let me the PR (url link) when you create it! I'd chase when this will be fixed and apply for the quarkus release as well. |
Describe the bug
After a new project on v3.3.0 or v.3.3.1 is created with an openshift extension, the app is deployed to the OpenShift serverless. But the Quarkus serverless app never came up with the following issue:
Knative service has an error:
When I created a new project based on v3.2.4.Final, it works well.
Expected behavior
Quarkus app should run as a knative service.
Actual behavior
The revision status is "ContainerMissing"
How to Reproduce?
quarkus.container-image.group={YOUR_PROJECT_NAME}
quarkus.container-image.registry=image-registry.openshift-image-registry.svc:5000
quarkus.kubernetes-client.trust-certs=true
quarkus.kubernetes.deployment-target=knative
quarkus.kubernetes.deploy=true
quarkus.openshift.build-strategy=docker
Be sure to install OpenShift serverless in your OpenShift cluster.
Output of
uname -a
orver
Darwin doh-mac 22.6.0 Darwin Kernel Version 22.6.0: Wed Jul 5 22:22:05 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T6000 arm64
Output of
java -version
openjdk version "17.0.5" 2022-10-18
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.3.0 and 3.3.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.3
Additional information
No response
The text was updated successfully, but these errors were encountered: