Suraj Narwade

Results 27 issues of Suraj Narwade

Currently there's option to pass annotations for pods, service & ingress but not the the deployment, it would be helpful to have annotations for sealed secrets controller deployment

enhancement
backlog

Use case: For example, I updated an image and rolled out a deployment, I would like to know the progress of the deployment or if its successfully rollout or not,...

enhancement
needs-exploration

**K8s environment** `minikube` **Output** ``` kubectl get deployment NAME DESIRED CURRENT READY AGE replicaset.apps/arango-storage-operator-85f654fc8b 2 2 0 12m kubectl get pods NAME READY STATUS RESTARTS AGE pod/arango-storage-operator-85f654fc8b-6r5p8 0/1 CrashLoopBackOff 7...

``` $ gofabric8 start --minishift --package=system --namespace fabric8 Could not initialise a client - is your server setting correct? Get http://localhost:8080/api: dial tcp [::1]:8080: getsockopt: connection refused ```

![screenshot from 2017-10-11 15-07-51](https://user-images.githubusercontent.com/17265451/31433355-a952619c-ae96-11e7-902e-e9bd066d8e74.png) when I check logs, ``` oc logs forge-3-n9fz7 -n fabric8 ``` Logs are [here](https://pastebin.com/36iTrtBs)

I think by default we should support incremental build when we are using S2I

Add `--restart-policy` and `--image-pull-policy` args to `kedge init`

While discussing with @containscafeine regarding PR https://github.com/kedgeproject/kedge/pull/199 , we figure out that we need to add two things for `extraResources` * Support for URL in extraResources for ex. ``` extraResources:...

priority/low

Can we simplify `route` defination, Currently it looks like, ``` routes: - name: httpd to: kind: Service name: httpd ``` Instead of that, something like this, ``` routes: - name:...

kind/feature
size/S
area/shortcut

Add code coverage badge in README file