Suraj Deshmukh

Results 113 issues of Suraj Deshmukh

We should package kedge for `fedora`, `epel` and `centos-paas-sig` like we do for kompose. Kompose rpm spec: https://github.com/dustymabe/fedpkg-kompose/

priority/low
kind/task

Right now in a service if you specify a field called [`endpoint`](https://github.com/kedgeproject/kedge/tree/001f0911e87d6d6d991abf5fc70b839cdef5f9aa/docs/examples/endpoint) then an ingress is created automatically for you, similarly we need some sort of shortcut from service to...

kind/enhancement
area/shortcut

Right now we use golang templates, so we should think of moving to using kedge schema a.k.a. structs that kedge has defined. Golang templates tend to get complex very soon....

priority/low
kind/discussion

We can query the entire manifest of the container image to find out what ports it is exposed on while building that image. We can use that info, we then...

kind/enhancement
priority/low

Kedge support doing build using docker daemon. Which takes input of `Dockerfile`, `build context` and container image name. To support build using OpenShift, we will need to figure out the...

Based on the discussion [here](https://github.com/kedgeproject/kedge/pull/372#issuecomment-338618955), we should move from verbose mode of running e2e tests to running tests in normal mode. We don't necessarily need verbose because golang test suite...

priority/medium
kind/tests
size/M

**Type**: /kind RFE **Description**: I am trying to kedgify the configurations which consists of lot of annotations and labels which are same. So it is really hard/redundant to copy those...

priority/high
kind/user-experience
kind/feature

### Problem: Right now we support k8s 1.5 (if I am not mistaken). Which means the artifacts generated will work on Kubernetes 1.5 and if we don't use any new...

help wanted
priority/medium
kind/discussion
kind/epic

So [openshiftio/saasherder](https://github.com/openshiftio/saasherder) has openshift templates, let's help them to move to kedge. Using kedge in their scripts. This would be a great validation for kedge showcasing it's usage to other...

For a user who is only dealing with Kubernetes and has no clue of OpenShift, how do we facilitate that she does not mix the OpenShift artifacts in between? Right...

kind/discussion