Quarkus 3 'deploy' command not working with kubernetes when trying to deploy a containerized application
Issue
The command quarkus deploy kubernetes
does not do the same of ./mvnw clean package -Dquarkus.kubernetes.deploy=true
. The former does not build anything Container related. The latter deploy the application as intended.
Environment
- Red Hat Build of Quarkus
- 3.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.