Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

add support for multiple kinds of application deployment #17

Open
4 tasks
Ladicek opened this issue Apr 14, 2020 · 0 comments
Open
4 tasks

add support for multiple kinds of application deployment #17

Ladicek opened this issue Apr 14, 2020 · 0 comments

Comments

@Ladicek
Copy link
Contributor

Ladicek commented Apr 14, 2020

Currently, the TS only supports one kind of application deployment: oc apply -f target/kubernetes/openshift.yml + oc start-build --from-dir=target --follow. We need to support more:

  • -Dquarkus.container-image.build and -Dquarkus.kubernetes.deploy (test Quarkus image build and deployment as well #15)
  • S2I-less deployments (no tracking issue)
  • S2I source builds (no tracking issue)
  • testing external applications, such as quickstarts (no tracking issue)

Some of these might be done (at least provisionally) using lifecycle hooks (currently have @AdditionalResources and @BeforeApplicationDeployment, but more is possible).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant