Tomas Kral
Tomas Kral
## User Story - As an odo user - I want to be able to get logs (stdout and stderr) of the running component - So that I can see...
- [x] https://github.com/redhat-developer/odo/issues/5865 - [x] https://github.com/redhat-developer/odo/issues/6159 - [x] https://github.com/redhat-developer/odo/issues/6162 - [ ] https://github.com/redhat-developer/odo/issues/6160 - [ ] https://github.com/redhat-developer/odo/issues/6186 - [x] https://github.com/redhat-developer/odo/issues/6185 - [ ] https://github.com/redhat-developer/odo/issues/6150 - [ ] https://github.com/redhat-developer/odo/issues/6149 - [...
devfile 2.2.0 added two new fiels we need to make sure that odo has a proper support for it https://github.com/devfile/api/pull/709
/kind user-story ## User Story As an odo user, I want to be able to define what information should be exposed by link (`ServiceBinding`) without editing Operator CR. ## Acceptance...
the first part of https://github.com/kedgeproject/kedge/issues/332 copy/paste from #332: creating a fork of a quickstart - such as for .Net or go: * https://github.com/fabric8-quickstarts/dotnet-example * https://github.com/fabric8-quickstarts/golang-example then adding a sample pipeline:...
Do [Spike](http://www.scaledagileframework.com/spikes/) on how complicated it will be to start using https://github.com/openshift/client-go instead of relying on `kubectl` and `oc` binary. Is it possible to use it? Ho complicated it will...
https://docs.google.com/document/d/1EVy0wRJRm5nogkHl38fNKbFrhERmSL_CLNE4cxcsc_M/edit# It would be nice if kedge uses recommendations from that document, at least for name and version (`app.kubernetes.io/name`, `app.kubernetes.io/version`) Right now we use `app` and `appversion`, I propose chenging...
There are two ways how to set requested size for PVC in kedge using size shortcut ```yaml name: storage volumeClaims: - size: 500Mi ``` or regularly via requests ```yaml name:...
email from Burr: 3 for 3 fails with my first attempt. Here are my notes: likely dumb user error :-) Also, I am trying to use minishift, perhaps it just...