Tomas Kral

Results 315 comments of Tomas Kral

I'm closing this one because I don't think it makes sense to keep it. A lot of ideas mentioned here were implemented in odo v3. Thank you, @metacosm, for this;...

bumping priority because this is blocker for https://github.com/redhat-developer/odo/issues/5716

`odo catalog` was removed from v3. tagging #5523 in case we decide to implement again in future /close

/close in favor of https://github.com/redhat-developer/odo/issues/4236

I've tried to reproduce this but no luck. If this is still an issue feel free to reopen this. /close

Now, when odo can run the application locally on podman we should start looking into this. Enabling a scenario where a developer can run the application locally in a container...

Hmm, I have to look at it closer, but OpenShift fails to start for me :-( ``` I0818 15:06:04.127099 16652 server.go:2161] http: TLS handshake error from 127.0.0.1:45802: remote error: unknown...

There is also another thing we should support regarding `providerconfig` There are two options how client cert/key can be specified in `providerconfig` - `client-key-data` and `client-certificate-data` - `client-key` and `client-certificate`...

> marathon: ???? Marathon has also labels that are similar to labels in other providers: https://mesosphere.github.io/marathon/docs/generated/api.html#v2_apps_post Similarly to k8s you can query apps by label: https://mesosphere.github.io/marathon/docs/generated/api.html#v2_apps_get

It is not possible to know if value is from answers.conf or from command line that I agree. But inside [openshift.py](https://github.com/projectatomic/atomicapp/blob/1c438d2d6c0416a0cfc6e7b184e409240096e26f/atomicapp/providers/openshift.py#L644,L667) it is possible to know if value is from...