opencompose
opencompose copied to clipboard
OpenCompose - A higher level abstraction for Kubernetes Resource
Any reason why the second syntax couldn't be used? Maybe it's a matter of preference, but I think a map would work well for this (also resembles Docker Compose a...
It'd be great if we start validating the generated Kubernetes artifacts against https://github.com/kubernetes/kubernetes/blob/master/pkg/api/validation/validation.go
We need to add $SUBJECT to `TestContainer_Validate` in object_test.go Parking here to come back to this later
related discussion https://github.com/redhat-developer/opencompose/pull/136#issuecomment-303061614
Some applications that were deployed needed some special access like talking to kubernetes API server. And hence I found this to be present in lot of configuration with different value....
In kompose development we discovered some [issues with deployment strategy](https://github.com/kubernetes-incubator/kompose/issues/264), like if a pod had `volumeMounts` and it had deployment strategy as `RollingUpdate` it would cause issues there. So I...
Lot of configurations from fabric8, helm chart repo; I saw had this option specified explicitly and it was not just set to `Always`, the values were different. Can we add...
Let's add this to README.md so anyone can follow the project closely
support for `command` in container spec (Pod.Spec.Container.Command)