You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quarkus service with kubernetes and mongodb-liquibase extensions is generating deployment file with Job for running liquibase scripts. Job name is always liquibase-mongodb-init. Deploying 1 service is successfull. Deploying multiple services lead to error:
Describe the bug
Quarkus service with kubernetes and mongodb-liquibase extensions is generating deployment file with Job for running liquibase scripts. Job name is always
liquibase-mongodb-init
. Deploying 1 service is successfull. Deploying multiple services lead to error:Manual deleting Job with
kubectl delete job liquibase-mongodb-initubectl
after each deployment and redeploying services one by one is successfull.Expected behavior
Deployment success
Actual behavior
Deployment failed with
The Job "liquibase-mongodb-init" is invalid...
How to Reproduce?
Output of
uname -a
orver
Linux *** 6.1.0-1010-oem #10-Ubuntu SMP PREEMPT_DYNAMIC Wed Apr 19 10:47:35 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
openjdk version "17.0.6" 2023-01-17 OpenJDK Runtime Environment (build 17.0.6+10-Ubuntu-0ubuntu122.04) OpenJDK 64-Bit Server VM (build 17.0.6+10-Ubuntu-0ubuntu122.04, mixed mode, sharing)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.0.3.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)gradle 8.1.1
Additional information
No response
The text was updated successfully, but these errors were encountered: