-
Notifications
You must be signed in to change notification settings - Fork 3k
Migrate Kubernetes Dev Service to new architecture #49944
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
base: main
Are you sure you want to change the base?
Conversation
🎊 PR Preview 1c5ad99 has been successfully built and deployed to https://quarkus-pr-main-49944-preview.surge.sh/version/main/guides/
|
That's amazing to see! Will make sure to test this soon against our setup. |
For our setup, the manifest application feature of the dev service is now producing:
How to reproduce:
|
You'll see the same failure in the integration tests: Does this test run as part of the CI? Since it does require the container profile. |
Yep, thanks for checking quickly, I'm working on it. |
@metacosm @holly-cummins I am curious though, for the sake of knowing how well-protected the manifest application is from regressions, does the |
The default run mode in the CI is |
Okay perfect, then it should be good :) |
8bbd68e
to
eb2f79c
Compare
eb2f79c
to
354990d
Compare
Things are not working at the moment. Just pushed for sync (and ensuing discussion) purposes. |
…t is only executed when needed
This PR migrates the Kubernetes Dev Service to the new architecture and should fix #49381 and #49405
Resolves #47603.
The goal is for a kube container with the same configuration to be found if running and an associated build item properly produced for the existing service so that the information from the running service can be leveraged.
/cc @LarsSven @holly-cummins @ozangunalp