odo: odo project create stuck inconsistently

[kind/bug]

What versions of software are you using?

  • Operating System: macOS
  • Output of odo version: master

How did you run odo exactly?

$odo login -u <username> -p <password>
$ odo project create test1 -w
 ◐  Waiting for project to come up

Actual behavior

$odo login -u <username> -p <password>
✓  Login successful.

You have access to the following projects and can switch between them with 'odo project <project-name>':

  * default
    kube-public
    kube-system
    myproject
[...]

$ odo project create test1 -w
 ◐  Waiting for project to come up

Expected behavior

Should not stuck

Any logs, error output, etc?

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 15 (13 by maintainers)

Most upvoted comments

only verbose flag was added in the PR https://github.com/openshift/odo/pull/1754/files This is still an issue.

/reopen

@kadel , @amitkrout , it is hard to reproduce it locally, instead I would like to add -v 4 in all odo project create in tests to see how it is reacting ? WDYT ?