Maysun Faisal
Maysun Faisal
will check if we need this issue or it can be covered by parent issue https://github.com/openshift/odo/issues/3569 in a single sprint
Had discussion about this on Jul 21'st odo contributors meeting https://docs.google.com/document/d/127JAIs5NJze9W5yVOpULgnD-2HXuGZu1x6_LXGd8keY To summarize, ``` Q. How will postStop work in odo? There is no pod/container to work with. odo proposal...
Moving this back to pipeline `To do` since there is a discussion going on about preStart event here in https://github.com/devfile/api/issues/105 and may probably affect postStop
/area iterative-dev /kind test
We could use the label `name` to retrieve it: ``` secret/sh.helm.release.v1.cw-gosecondtest-cffc9f80-3191-11ea-91ca.v1 helm.sh/release.v1 1 1h modifiedAt=1578431305,name=cw-gosecondtest-cffc9f80-3191-11ea-91ca,owner=helm,status=deployed,version=1 secret/sh.helm.release.v1.cw-jjj-ee495bc0-3193-11ea-91ca.v1 helm.sh/release.v1 1 51m modifiedAt=1578432225,name=cw-jjj-ee495bc0-3193-11ea-91ca,owner=helm,status=deployed,version=1 secret/sh.helm.release.v1.cw-noooo-3d726850-3189-11ea-91ca.v1 helm.sh/release.v1 1 2h modifiedAt=1578427725,name=cw-noooo-3d726850-3189-11ea-91ca,owner=helm,status=deployed,version=1 secret/sh.helm.release.v1.cw-testgo123-146b0fc0-30c6-11ea-a955.v1 helm.sh/release.v1 1 1d modifiedAt=1578343831,name=cw-testgo123-146b0fc0-30c6-11ea-a955,owner=helm,status=deployed,version=1...
@yangcao77 could you PTAL from Devfile perspective?
@jerolimov Thanks for the detailed testing and reports. The routes need to be defined in the devfile this way https://github.com/devfile-samples/devfile-sample-code-with-quarkus/pull/7/files#diff-23d39e3ae288b080d8aa0995928cd3c432f887a75f0ab3bba675089f51a4af8eR36-R39 One could also define routes in the YAML files but...
@divyanshiGupta @jerolimov I have rebased and addressed the PR concerns as well as our internal Slack thread conversation. PTAL. I have tested 3 cases: 1. Importing devfile sample without inline,...