Suraj Deshmukh

Results 113 issues of Suraj Deshmukh

It would be really cool, if we do the vendor update automatically whenever a new version of Openshift is released. So we don't need to think of this thing and...

Since now we have support to do [builds using kedge](https://github.com/kedgeproject/kedge/tree/master/docs/examples/build) like @jstrachan [suggested](https://github.com/kedgeproject/kedge/issues/273#issue-258471922). Also we have support for doing [parameterization](https://github.com/kedgeproject/kedge/blob/f9c6b378a5a3c6dbfb907281f2e1d6268bab35c9/docs/file-reference.md#variables) in the kedge file. Now what are the next steps,...

We can query the entire manifest of the container image to find out if the user inside the image is root, if it is root we can warn user that...

kind/enhancement
priority/low

Add a README to this location: https://github.com/kedgeproject/kedge/tree/master/docs/examples/jobs Also document the behavior of Job being `OnFailure` by default that is being added in this PR https://github.com/kedgeproject/kedge/pull/347

We(mostly @cdrage) used to do this on every release of atomicapp. For every release we should post blog on some platform. To make the work less, maintain a google doc...

Create a doc that explains the local development workflow with Kubernetes that we suggest. The doc should do following: - take someone from doing local iterative development in minikube like...

kind/documentation

We can query the entire manifest of the container image to find out if user has provided any volume mount info while building the image, if so we can create...

kind/enhancement
priority/low

Before we deploy to cluster using `kedge create ...` or `kedge apply ...` see if the provided image exists in registry. If we decide on adding this, it should be...

kind/enhancement
priority/low
kind/feature
size/M

## Problem statement Devs won't care much of Health checks, but it is a good practise for hassle free application deployment. ## What should we do? Auto populate the readinessProbe...

kind/enhancement
priority/low
kind/task
kind/feature
size/M

Right now kedge uses docker client to do image push, see if you can use library or tool like [skopeo](https://github.com/projectatomic/skopeo). We can use skopeo because it builds rightly on [Mac...

priority/medium