odo
odo copied to clipboard
odo init downloads wrong starter project
/kind bug /priority high
▶ odo version
odo v3.0.0-rc2 (3281c997c)
Using java-vertx devfile, I selected vertx-cache-example-redhat but vertx-istio-circuit-breaker-booster was downloaded
▶ odo init
__
/ \__ Initializing a new component
\__/ \ Files: No source code detected, a starter project will be created in the current directory
/ \__/ odo version: v3.0.0-rc2
\__/
Interactive mode enabled, please answer the following questions:
? Select language: java
? Select project type: Vert.x Java
✓ Downloading devfile "java-vertx" from registry "DefaultDevfileRegistry" [1s]
? Which starter project do you want to use? vertx-cache-example-redhat
? Enter component name: asdf
✓ Downloading starter project "vertx-istio-circuit-breaker-booster" [482ms]
Your new component 'asdf' is ready in the current directory.
To start editing your component, use 'odo dev' and open this folder in your favorite IDE.
Changes will be directly reflected on the cluster.