Replies: 1 comment 11 replies
-
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Quarkus provides a Kubernetes dev service for tests and dev mode, which is an awesome feature. However, we have the problem that we have a Quarkus application that is deploying Custom Resources (in this case from Kueue https://kueue.sigs.k8s.io/), so to be able to use the dev service, we need to have the Kueue helm chart pre-installed on the Kubernetes cluster. For tests this is doable by doing this as a
@BeforeEach
task, but I'm not sure how to do this when running Quarkus in dev mode.Beta Was this translation helpful? Give feedback.
All reactions