Armel Soro
Armel Soro
Can you rebase (again) this one as well? Test failures should be fixed by https://github.com/redhat-developer/odo/pull/6292. Thanks.
Tests passing on Prow, but not on IBM Cloud, with similar errors (`net/http: TLS handshake timeout`): ``` [odo] • Downloading starter project "nodejs-starter" ... [odo] ✗ Downloading starter project "nodejs-starter"...
Is this a bug? Or a feature? :-p
FYI, this regression was caused by this commit: 6d82a577a29206ce0693bf67d1a050f8103fcff3 (#6029): /triage ready
@feloy I ran into a different issue than the one reported by Tomas. It is a `panic` this time, after bootstrapping a new project and running `odo dev`: ``` odo...
Another thing I noticed: maybe I missed something, but I was not able to run `odo dev --run-on=podman` without an active Kubernetes context. Is that intended? ``` $ odo dev...
/hold Holding this PR, because we need to wait for the following issues/PRs: - https://github.com/redhat-developer/odo/issues/6150 - https://github.com/redhat-developer/odo/pull/6293.
Created a PR on the Devfile registry side to add this missing `DEBUG_PORT` environment variable: https://github.com/devfile/registry/pull/121
/status blocked Blocked on https://github.com/devfile/registry/pull/121
Discussed the possibility to make `odo preference add registry` insert new entries at the beginning of the list, but this would be a breaking change for users with existing preferences....