Tomas Kral
Tomas Kral
Kubernetes 1.2 added new configuration parameters for liveness and readiness probes: periodSeconds, successThreshold, failureThreshold. If you define object with any of those parameters for example like this: ``` apiVersion: v1...
If OpenShift artifact contains List Atomic App fails: ``` 2016-03-09 15:33:28,025 - __main__ - ERROR - Unsupported kind list in artifact artifacts/openshift/.artifacts.json Traceback (most recent call last): File "/opt/atomicapp/atomicapp/cli/main.py", line...
This is probably not linked directly with AtomicApp, but I don't know where else to put this so we can discuss it. **I short we need tool that will create...
SELinux inside ADB is blocking using emptyDir and hostPath volumes and passing secrets to containers as volumes #### emptyDir and hostPath volumes If you create pod with volume, where volume...
Testing docker provider will be easy. Biggest challenge will probably be how to test them on Kubernetes.
Some basic test to quickly check if example is running ok
There should be a CI job that validates that all links in docs are valid to prevent situations like this https://github.com/redhat-developer/odo/pull/6616 /area testing /priority low /kind task
/kind user-story ## User Story As an odo user, I want to be able to open a terminal in the container with my application So that I can run commands...
/kind bug ## What versions of software are you using? **Operating System:** **Output of `odo version`:** odo v3.10.0 (d5587809a) ## How did you run odo exactly? ``` git clone https://github.com/backstage/backstage...
/kind user-story ## User Story As an odo user, I want to quickly verify that there are no issues that would prevent me from using all odo's features. `odo doctor`...