Skip to content
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

odo create interactive mode is broken for devfiles #3436

Closed
johnmcollier opened this issue Jun 26, 2020 · 2 comments
Closed

odo create interactive mode is broken for devfiles #3436

johnmcollier opened this issue Jun 26, 2020 · 2 comments
Assignees
Labels
area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. kind/bug Categorizes issue or PR as related to a bug.

Comments

@johnmcollier
Copy link
Member

/kind bug
/area devfile

What versions of software are you using?

Operating System:
macOS

Output of odo version:
master

It seems that odo create's interactive mode is broken, and gives the following error:

Johns-MacBook-Pro-3:nodejs johncollier$ odo create
Experimental mode is enabled, use at your own risk

? Which devfile component type do you wish to create nodejs
? What do you wish to name the new devfile component nodejs
? What namespace do you want the devfile component to be created in odo
Validation
 ✗  Checking devfile existence [52460ns]
 ✗  Checking devfile compatibility [31039ns]
 ⚠  Devfile component type nodejs is not supported, please run `odo catalog list components` for a list of supported devfile component types
 ✗  component type not found

It complains that the devfile component isn't supported (even though it is).

@openshift-ci-robot openshift-ci-robot added kind/bug Categorizes issue or PR as related to a bug. area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. labels Jun 26, 2020
@maysunfaisal
Copy link
Contributor

can be closed, fixed by #3291

@maysunfaisal
Copy link
Contributor

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants