Re: Kubelet & Cadvisor

2017-05-17 Thread Jay Vyas
> On May 17, 2017, at 7:37 AM, David Conde wrote: > > Hi, > > I am trying to get the DataDog agent working with k8s integration. I'm > hitting an issue around cadvisor not being available. I have read that > cadvisor is available via kubelet as long as I'm using certs to

Re: Build pod is failing to push the image to docker registry

2017-04-08 Thread Jay Vyas
> On Apr 7, 2017, at 11:39 PM, Rodrigo Bersa wrote: > > Hi Madhukar, > > I know it can be obvious, but, did you restarted the docker.service after > configure the no proxy exception? > > Also, you can configure this proxy exception in the >

Re: OpenShift node hardening - are these IP table rules ok?

2017-04-05 Thread Jay Vyas
Without loss of generality it's easy to find out wether or not you've broken networking in openshift, since ships with a lot of tests for networking, and DNS (extended.test). KUBECONFIG=/etc/origin/master/admin.kubeconfig /usr/libexec/atomic-openshift/extended.test --ginkgo.v=True

Re: Is it possible to use Helm package system with OpenShift?

2017-03-23 Thread Jay Vyas
I believe there are some folks using helm on openshift in the fabric8 group; but I would guess some things that we specifically care at in openshift (like the auth, routes) still would require special treatment ... > On Mar 23, 2017, at 5:33 AM, Stéphane Klein >

Re: One command to check if all etcd serverd are up and if all masters are connected to this etcd nodes?

2017-01-13 Thread Jay Vyas
&& curl -L http://node2:2379/v2/keys/message | grep -q ABCD && curl -L http://node3:2379/v2/keys/message | grep -q ABCD To guarantee that writes were working + consistent across the cluster. jay vyas On Fri, Jan 13, 2017 at 8:04 AM, Aleksandar Lazic <al...@me2digital.eu> wr