Tomas Kral
Tomas Kral
/kind user-story ## User Story As an odo user, my working environment is restricted, and all requests need to go via a proxy I want to be able to configure...
/kind task /priority high in v3 there will be no `--context` flag in any of the odo commands. The flag should be removed from odo. ## Acceptance criteria - [...
/kind user-story ## User Story As an odo and CRW user I want to be able to use CRW Devfile registry in odo. ## Acceptance Criteria - [ ] odo...
/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...
/kind user-story ## User Story - As an odo user - I want to be able to see what how to connect to my service (database connection information) as soon...
/kind user-story TODO: @kadel ## User Story As a ... I want to ... So that ... ## Acceptance Criteria - [ ] It should .... - [ ] It...
fixes #533 TODO: - [ ] add docs - [x] add tests
``` ▶ atomicapp-dev run `pwd` --provider=openshift --provider-api https://10.1.2.2:8443 --provider-auth asdf --provider-cafile /home/tomas/tmp/sshfs/ca.crt [INFO] - main.py - Action/Mode Selected is: run [INFO] - base.py - Found existing external application for redis-centos7-atomicapp....
Currently, when you are using OpenShift provider argument in `provider-config` and arguments specified using commandline arguments must be consistent. It is not possible to overwrite them from command line :-(...
If I remember correctly in previous version we deployed OpenShift artifacts in order which they appear in Nulecule file. But this is not happening anymore :-( Problem is that with...