Tomas Kral

Results 315 comments of Tomas Kral

I'm not sure what is going on with golangci-lint and why it is complaining about unrelated changes :-( I'm merging this PR manullay. Later this week, I should have some...

`odo deploy` is intended for outerloop runs. It is intentional that you don't have access to the source code inside the containers when doing `odo deploy`. The following commands should...

I was checking again how this is defined in Devfile spec. And you are right that this is bug in the odo `mountSources` for `container` component has default value `true`...

Wouldn't it be better to use providers API directly (if they have one) instead of relying on CLI clients?

I always found those two views confusing. I'm a new user coming into the Extension and looking at it with fresh eyes: My application is not running (no odo dev...

> It makes sense to rename Application Explorer to Cluster Explorer. +1 This would make things much clearer

you can configure remote kubernetes server by setting [provider-config](https://github.com/projectatomic/atomicapp/blob/master/docs/providers/kubernetes/overview.md#provider-config) (same config file that `kubectl` uses) in answers.conf. We have to explain this better in docs.