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
@iocanel could you have a look at this one? It looks quite problematic. I know we discussed this behavior for some other features so maybe it has been solved.
Describe the bug
Using
kubectl apply
for deploying application with liquibase init job failed if already applied earlier with error:Workaround is to run
kubectl delete job/quarkus-service-liquibase-init
before apply.Expected behavior
kubectl apply
successio.quarkus.kubernetes.deployment.JobConfig.ttlSecondsAfterFinished
property, which could be used to clean-up finished jobs as per spec: https://kubernetes.io/docs/concepts/workloads/controllers/job/#ttl-mechanism-for-finished-jobsActual behavior
deployment failed
How to Reproduce?
kubectl apply -f build/kubernetes/kubernetes.yml
-> sucsessOutput of
uname -a
orver
Linux 6.1.0-1013-oem #13-Ubuntu SMP PREEMPT_DYNAMIC Thu May 18 16:45:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
openjdk version "17.0.7" 2023-04-18 OpenJDK Runtime Environment (build 17.0.7+7-Ubuntu-0ubuntu122.04.2) OpenJDK 64-Bit Server VM (build 17.0.7+7-Ubuntu-0ubuntu122.04.2, mixed mode, sharing)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.1.0.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)------------------------------------------------------------ Gradle 8.1.1 ------------------------------------------------------------ Build time: 2023-04-21 12:31:26 UTC Revision: 1cf537a851c635c364a4214885f8b9798051175b Kotlin: 1.8.10 Groovy: 3.0.15 Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021 JVM: 17.0.7 (Private Build 17.0.7+7-Ubuntu-0ubuntu122.04.2) OS: Linux 6.1.0-1013-oem amd64
Additional information
No response
The text was updated successfully, but these errors were encountered: