2.4.3
of odo has been released!
Notable changes in odo 2.4.3โ
Features/Enhancements:โ
odo deploy
command #5228 (@feloy)โ
In Devfile specificion v2.2.0 new component image
and command group deploy
were introduced.
odo deploy
command uses those features to allow users, deploy their application as it would be deployed in production. To build container images odo deploy
requires Podman or Docker to be installed on your machine.
You can find example of how to use image
component and deploy
command group in devfile.yaml in devfile-nodejs-deploy repository.
Demoโ
$ git clone https://github.com/kadel/devfile-nodejs-deploy
$ cd devfile-nodejs-deploy
$ odo project create nodejs-example
$ odo create
$ odo deploy
Know issues wth odo deploy
โ
- Resources deployed using
odo deploy
can't be deleted using odo #5246 odo deploy
doesn't work without runningodo create
orodo push
first. #5289- There is no odo command that would show if
odo deploy
was executed or not and what is its status #5248