Suraj Deshmukh

Results 113 issues of Suraj Deshmukh

So came accross this repo, which is gonna be a >The canonical location of the Kubernetes API definition. We can import all our API deps from this one repo. https://github.com/kubernetes/api

priority/low

Helm has charts repo, also there is maven central that fabric8 folks use to store OpenShift artifacts. Are we planning to have a similar central place for all standard application's...

priority/low

Once we implement `kedge init` we can think of adding support for `kedge append` which takes data from cmdline and adds it to the file, without someone having to edit...

priority/low

We have functions like `createDeployment` and `createCronJob`, we should actually name them with the version. `typename group version` For e.g. `createDeploymentAppsV1Beta1` or `createCronJobV2Alpha1`. This will be helpful in supporting multiple...

priority/low
kind/refactor

With Horizontal Pod Autoscaling, Kubernetes automatically scales the number of pods in a replication controller, deployment or replica set based on observed CPU utilization (or, with alpha support, on some...

kind/enhancement
priority/low

`kubectl` now has a way to allow any third party binary to hook into it to do advanced stuff. Using this we will have an ability to do conversion which...

kind/enhancement
priority/low
kind/user-experience

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

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

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