-
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
Regression since 2.6.3.Final in OpenShift extension #23417
Comments
@iocanel has this already been fixed? |
Rollback to Quarkus 2.6.3 due to quarkusio/quarkus#23417
What we fixed was adding the missing |
It doesn't seem though like the labels on it are correct. The |
The missing |
I can't tell about the labels, unless I see the configuration. Let me have a look at your project.... |
The rest-fights/mvnw -f rest-fights/pom.xml versions:set clean package -DskipTests -DnewVersion=native-java17-latest -Dquarkus.container-image.tag=native-java17-latest -Dquarkus.kubernetes.deployment-target=openshift -Dquarkus.kubernetes.version=native-java17-latest -Dquarkus.kubernetes.ingress.expose=true -Dquarkus.kubernetes.resources.limits.memory=128Mi -Dquarkus.kubernetes.resources.requests.memory=32Mi '-Dquarkus.kubernetes.annotations."app.quarkus.io/vcs-url"=https://github.com/quarkusio/quarkus-super-heroes' '-Dquarkus.kubernetes.annotations."app.quarkus.io/vcs-ref"=main' -Dquarkus.openshift.version=native-java17-latest -Dquarkus.openshift.route.expose=true -Dquarkus.openshift.resources.limits.memory=128Mi -Dquarkus.openshift.resources.requests.memory=32Mi '-Dquarkus.openshift.annotations."app.openshift.io/vcs-url"=https://github.com/quarkusio/quarkus-super-heroes' '-Dquarkus.openshift.annotations."app.openshift.io/vcs-ref"=main' -Dquarkus.knative.version=native-java17-latest '-Dquarkus.knative.labels."app.openshift.io/runtime"=quarkus' -Dquarkus.knative.resources.limits.memory=128Mi -Dquarkus.knative.resources.requests.memory=32Mi '-Dquarkus.knative.annotations."app.openshift.io/vcs-url"=https://github.com/quarkusio/quarkus-super-heroes' '-Dquarkus.knative.annotations."app.openshift.io/vcs-ref"=main' |
The labels thing must be a bug triggered by the fact that there are multiple The missing |
Yeah if in I would think they should only be carried forward if the |
The missing |
Awesome! Will that make it into 2.7.1? |
@iocanel what is the PR fixing this |
OK, so I can confirm this particular fix is planned for 2.7.1.Final. |
Should I open a new issue @iocanel for this? |
Describe the bug
Seems when the openshift extension generates the resources its no longer generating the
ImageStream
resource properly.See https://github.com/quarkusio/quarkus-super-heroes/blob/5a805fadaeff91572345777775a943d5324c67be/rest-fights/deploy/k8s/native-java17-openshift.yml#L83-L91 (generated with the openshift extension on Quarkus
2.7.0.Final
) vs https://github.com/quarkusio/quarkus-super-heroes/blob/c2e744ec28defd9d97b4ba578d1e0f16eeb3ea8d/rest-fights/deploy/k8s/native-java17-openshift.yml#L83-L103 (generated with the openshift extension on Quarkus2.6.3.Final
).Expected behavior
The generated
ImageStream
resource doesn't have ametadata.name
value. Even still as you can see from the 2 linksActual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: