opencompose icon indicating copy to clipboard operation
opencompose copied to clipboard

OpenCompose - A higher level abstraction for Kubernetes Resource

Results 47 opencompose issues
Sort by recently updated
recently updated
newest added

``` 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

We don't log. We should log. Let's decide on a logging package and start using it for different level of logs. We can consider - - google/glog - sirupsen/logrus -...

priority/P3

We should make the OpenCompose spec in a way that it can be made extensible by valid Kubernetes object definitions which are not supported by OpenCompose. The spec should be...

priority/P1
stage/design
extension-model

this kinda came up in various discussions https://github.com/redhat-developer/opencompose/issues/138#issuecomment-303726800 https://github.com/redhat-developer/opencompose/pull/149#issuecomment-306184475 https://github.com/redhat-developer/opencompose/issues/47#issuecomment-305821903 and is kinda a follow on from the `App` idea proposal: https://github.com/redhat-developer/opencompose/issues/138#issuecomment-303726800 what if we added a `secrets` property which...

stage/design
kind/proposal

Add code coverage badge in README file

These are the issues that we are going to work in upcoming 3 months starting May 16th 2017. * Goals - [ ] [Support for command and args](https://github.com/redhat-developer/opencompose/issues/91) - [...

priority/P0

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

Every config that is out there and needs to be deployed in production has `resources` defined in there. How about we add support for that in OpenCompose. Resources info: ```bash...

priority/P2
size/M

There is a heavy usage of `configMap` in community config repos like fabric8, helm charts, etc. Apart from `secret` this is one of the important thing that needs to be...

priority/P2
stage/design

$subject, because this will help us add support for multiple controllers, right now the only controller we support is `deployment`, and we intend to support other controllers like `Jobs` so...

priority/P3