Suraj Deshmukh

Results 113 issues of Suraj Deshmukh

$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

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

priority/P3
size/S

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

priority/P2
size/S

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

priority/P2
size/S

With kompose we by default create a headless service when no port is defined in the configuration. We can do something with intelligence here. If no ports info given in...

Support for `opencompose explain` I think in terms of user experience with respect to kubernetes and openshift, their cli has command `explain` which tells you what specific field in the...

kind/documentation
UX/UI

Add support for initContainers in OpenCompose. Might need an extra field in the way we define containers, just adding an extra field which defines a container in the list of...

I am getting this error for the opencompose file missing the `image` field ```bash $ opencompose convert -f no-storage.yaml -o - ERROR: could not unmarshal data for file 'no-storage.yaml': Required...

OpenCompose file should allow user to specify annotations on objects. Created after breakdown of #23

$subject This helps in knowing the errors where tests are failing and also see the logs of tests the way they are run.