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

OpenCompose CLI barfs when multiple files are provided. ```shellsession $ opencompose convert -f examples/hello-nginx-external.yaml -f examples/hello-nginx.yaml ERROR: unable to read file 'examples/hello-nginx-external.yaml,examples/hello-nginx.yaml': open examples/hello-nginx-external.yaml,examples/hello-nginx.yaml: no such file or directory ```...

kind/bug

We are starting to have some repeating questions about the project. Biggest question right now are about OpenCompose positioning : - OpenCompose vs Helm - OpenCompose vs Kompose - OpenCompose...

kind/documentation

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

It should give the version as `v0.2.0+54acb44-dirty` opposed to `v0.1.0-alpha.0+54acb44-dirty`. Please close this one if I am doing something wrong and enlighten me! Install it: ```bash $ make install go...

So right now, passing in multiple files does not work (#167), and we will be implementing merging of OpenCompose files https://github.com/redhat-developer/opencompose/issues/167#issuecomment-308050943 as a default behavior, but I think it would...

So I've noodled the opencompose examples and I love their concise nature. What worries me is leaky abstractions and keeping in sync with all the detail in kubernetes and keeping...

extension-model

As per discussions on #164, @kadel thinks that if there is only one service in the OpenCompose file, then we should make specifying the container name optional and assign an...