Tomas Kral

Results 100 issues of Tomas Kral

pick some example applications and show how it looks like with: - opencompose - kompose - helm - ansible-container

kind/documentation

There are things that are validated in `encoder` (when unmarshaling) and other in `object` package (Validate function) We should clean that up and come with something that will be more...

status/work-in-progress

``` version: 0.1-dev services: - name: helloworld containers: - image: quay.io/tomkral/nginx ports: - port: 8080:8080 type: external - port: 8080:8088 type: external - port: 8080:8090 ``` Why you try convert...

kind/bug
priority/P2
size/M

It should possible to mount one volume to two different paths in the same container. If I do this ``` version: 0.1-dev services: - name: foo containers: - image: tomaskral/sleeper...

kind/bug
priority/P2

related discussion https://github.com/redhat-developer/opencompose/pull/136#issuecomment-303061614

priority/P2
kind/documentation
size/S

[Kubernetes ExternalIPs](https://kubernetes.io/docs/concepts/services-networking/service/#external-ips) requested by @brainstorm: Context: I came to [test out opencompose](https://github.com/brainstorm/cgtd/commit/344fa1a15d5874c3dff17e91537864b77b5fd2b1) since I needed a way to assign [an already existing domain/AWS Elastic IP to a service](https://github.com/brainstorm/cgtd/commit/1033b0b7fa7aa7d389f5b6dae9e0a2484b1622ce#diff-4e5e90c6228fd48698d074241c2ba760R26), which I...

Recreate vs. RollingUpdate https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy

Most users using Ingress will probably want secure it using https. OpenCompose should support that https://kubernetes.io/docs/user-guide/ingress/#tls

ServiceBinding should support binding to deployed Helm Charts. This would dramatically increase the usefulness of the Service Binding Operator. Helm Charts are the most used way how to deploy prepackaged...

kind/enhancement

work in progress

cncf-cla: yes
size/L
do-not-merge/work-in-progress
approved