Re: [ovs-discuss] ovn-kubernetes the search goes on

2017-12-06 Thread Sébastien Bernard
Le 07/12/2017 à 00:55, Sébastien Bernard a écrit : Hello again, I'm still trying to makes ovn works with k8s bootstrapped by kubeadm. I've been successfull at starting all daemons without errors. Watchers are running, however, no mac address are shown when doing ovn-nbctl show

[ovs-discuss] ovn-kubernetes the search goes on

2017-12-06 Thread Sébastien Bernard
Hello again, I'm still trying to makes ovn works with k8s bootstrapped by kubeadm. I've been successfull at starting all daemons without errors. Watchers are running, however, no mac address are shown when doing ovn-nbctl show, only the ports. kube-dns fails to start cause it cannot reach th

Re: [ovs-discuss] ***SPAM*** Re: kubernetes - kubeadm problem with watcher

2017-11-23 Thread Sébastien Bernard
Le 21/11/2017 à 23:53, Guru Shetty a écrit : ovn-k8s-watcher is able to look for a token in the external_ids. In get_api_params:     k8s_api_token = ovs_vsctl("--if-exists", "get", "Open_vSwitch", ".", "external_ids:k8s-api-token").strip('"') An then in stream_api func

Re: [ovs-discuss] ***SPAM*** Re: kubernetes - kubeadm problem with watcher

2017-11-16 Thread Sébastien Bernard
On 16/11/2017 13:08, Guru Shetty wrote: On 16 November 2017 at 01:56, Sébastien Bernard <mailto:sbern...@nerim.net>> wrote: Ok, I got to reproduce the error I had yesterday. Here's the path :   1- one vm with centos 7   2- install kubeadm v1.8.3   3

[ovs-discuss] kubernetes - kubeadm problem with watcher

2017-11-16 Thread Sébastien Bernard
Ok, I got to reproduce the error I had yesterday. Here's the path :   1- one vm with centos 7   2- install kubeadm v1.8.3   3- kubeadm init   4- install openvswitch (v2.8.1)   5- follow the instruction of set-master.sh   6- ln -s /etc/kubernetes/pki/ca.crt /etc/openvswitch/k8s-ca.crt   7-

Re: [ovs-discuss] Integration of ovn/ovs with kubernetes

2017-11-15 Thread Sébastien Bernard
On 15/11/2017 01:22, Guru Shetty wrote: On 14 November 2017 at 14:40, Sébastien Bernard <mailto:sbern...@nerim.net>> wrote: Hello, I'm looking for some pieces of advise to use a network based on openvswitch with kubernetes. I've tried to follow the

[ovs-discuss] Integration of ovn/ovs with kubernetes

2017-11-14 Thread Sébastien Bernard
Hello, I'm looking for some pieces of advise to use a network based on openvswitch with kubernetes. I've tried to follow the following document https://github.com/openvswitch/ovn-kubernetes, with some success and some failures. First, it's not really clear what version of kubernetes is sup