-
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
quarkus-kind does not add ingress annotations #42294
Comments
It seems that other properties are not processed either ; if I add
kubernetes.yml contains the second rule :
But
|
Hello @cmarchand, how are you? I am trying to solve it |
Hello ! Nice ! Should I review or test your PR ? Thanks a lot, |
Hi @cmarchand! Yes, it would be great if you could test/review it. I am also waiting for a review from @iocanel to ensure everything is okay. You need to build the quarkus ( |
Describe the bug
Having dependencies on
quarkus-kubernetes
andquarkus-kind
, and defining an Ingress annotation, annotation is notpresent in
target/kubernetes/kind.yml
Expected behavior
kind.yml
should contain ingress annotation, askubernetes.yml
contains itActual behavior
kind.yml
does not contains ingress annotation.How to Reproduce?
quarkus-kubernetes
and toquakus-kind
:application.properties
mvn package
target/kubernetes/kubernetes.xml
, it contains ingress annotationtarget/kubernetes/kind.xml
, it does not contains ingress annotationOutput of
uname -a
orver
Darwin paris-105.local 22.6.0 Darwin Kernel Version 22.6.0: Mon Apr 22 20:54:28 PDT 2024; root:xnu-8796.141.3.705.2~1/RELEASE_X86_64 x86_64
Output of
java -version
java version "21" 2023-09-19 LTS Java(TM) SE Runtime Environment (build 21+35-LTS-2513) Java HotSpot(TM) 64-Bit Server VM (build 21+35-LTS-2513, mixed mode, sharing)
Quarkus version or git rev
3.12.3
Build tool (ie. output of
mvnw --version
orgradlew --version
)$ mvn -v Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f) Maven home: /Users/cmarchand/applications/apache-maven-3.9.3 Java version: 21, vendor: Oracle Corporation, runtime: /Users/cmarchand/applications/java/jdk-21.jdk/Contents/Home Default locale: fr_FR, platform encoding: UTF-8 OS name: "mac os x", version: "13.6.7", arch: "x86_64", family: "mac"
Additional information
No response
The text was updated successfully, but these errors were encountered: