Suraj Narwade
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
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,...
**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 ```
 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:...
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:...
Add code coverage badge in README file