Wednesday, 2017-04-12

*** aojea has joined #openstack-kuryr00:00
*** aojea has quit IRC00:05
*** aojea has joined #openstack-kuryr01:02
*** aojea has quit IRC01:06
*** aojea has joined #openstack-kuryr02:03
*** aojea has quit IRC02:07
*** pmannidi has quit IRC02:11
*** pmannidi has joined #openstack-kuryr02:28
*** pmannidi has quit IRC02:47
*** pmannidi has joined #openstack-kuryr02:59
*** aojea has joined #openstack-kuryr03:03
*** aojea has quit IRC03:08
*** aojea has joined #openstack-kuryr04:04
*** aojea has quit IRC04:08
*** openstackgerrit has joined #openstack-kuryr04:11
*** yamamoto has quit IRC04:38
*** yamamoto has joined #openstack-kuryr04:41
*** janki has joined #openstack-kuryr05:32
*** kzaitsev_ws has joined #openstack-kuryr06:09
*** pcaruana has joined #openstack-kuryr06:30
kzaitsev_wsapuimedo: looks like there's nothing stopping us from merging https://review.openstack.org/#/c/376045/ =)06:34
*** yuanying_ has joined #openstack-kuryr06:48
*** yuanying has quit IRC06:48
*** aojea has joined #openstack-kuryr07:02
*** aojea has quit IRC07:16
*** aojea has joined #openstack-kuryr07:17
*** aojea has quit IRC07:25
*** egonzalez has joined #openstack-kuryr07:36
*** reedip has quit IRC08:07
*** reedip has joined #openstack-kuryr08:21
*** ltomasbo|away has joined #openstack-kuryr08:22
*** dmellado has joined #openstack-kuryr08:23
*** garyloug has joined #openstack-kuryr08:41
*** neiljerram has joined #openstack-kuryr08:42
*** reedip has quit IRC08:53
*** reedip has joined #openstack-kuryr08:54
irenabkzaitsev_ws: I am still reviewing the patch, will reply asap09:00
*** jchhatbar has joined #openstack-kuryr09:14
*** janki has quit IRC09:14
*** neiljerram has quit IRC09:17
*** neiljerram has joined #openstack-kuryr09:18
*** neiljerram has quit IRC09:48
*** neiljerram has joined #openstack-kuryr09:51
kzaitsev_wsirenab: great =) wasn't trying to bypass your review, just pinging folks from time to time to see if there's anything I can help with the patch )09:52
irenabkzaitsev_ws: apuimedo on PTO, so will try to forward this patch asap09:53
janonymouskzaitsev_ws:Hi, Can you clear my doubt on some questions i have regarding its working?09:59
janonymouskzaitsev_ws, ivc_: I am familiar with Kubernetes lbaasv2 patch implemented in kubernetes itself, this patch intent to do the same i.e expose service to external ip? bcs i tried to url on clusterIp assigned to a service with this patch and did not get response.. maybe i did something wrong10:04
*** janki has joined #openstack-kuryr10:15
*** jchhatbar has quit IRC10:16
kzaitsev_wsjanonymous: lbaasv2 implemented in k8s? you mean kube-proxy?10:31
janonymouskzaitsev_ws: nopes, when you use kubernetes with --cloud-provider10:33
*** neiljerram has quit IRC10:34
*** neiljerram has joined #openstack-kuryr10:35
kzaitsev_wsoh I see. well probably you're right then. the patch adds a handler, that watches for Enpoint events and configures lbaasv2 pools and members when such events occur in k8s-api10:38
janonymouskzaitsev_ws: great, getting it now.. thanks10:42
janonymouskzaitsev_ws: cauld you curl on clusterip exposed?10:42
irenabjanonymous: I do not think expose is supported. I would expect it to do some sort of FIP management10:51
*** dimak_ has joined #openstack-kuryr10:53
janonymousirenab:ohh..10:57
janonymousirenab: i checked on neutron side, lbaas creation are working good..was thinking impact on kubectl side10:58
irenabjanonymous: I am right now checing the patch as well10:59
kzaitsev_wsif by expose you mean 'kubectl expose' — that is the way I tested the patch =)11:00
kzaitsev_wsit creates a ClusterIP service, so everything should be working fine11:00
irenabif this is for creating the k8s service, this should work. I thought questuon was  for exposing service to outside11:01
kzaitsev_wsI believe NodePort Services should be dealing with floating IPs11:01
kzaitsev_wsbut I'm 99% sure that NodePorts are not handled at the moment11:01
irenabthe LoadBalancer type as well, but this is not supported too11:02
janonymousirenab:service is also created by kubectl expose .. sry i didn't meant exposing like nodeport or lb11:02
irenabjanonymous: then it should work for the ClusterIP service type (internal k8s cluster service)11:03
irenabjanonymous: there was nice demo ivc_ posted a while ago with commands to use11:03
janonymousirenab: yes, and curl should work on clusterIP assigned?11:03
irenabyes11:04
janonymousirenab: i tried but maybe some prob with my env in curl :(11:04
janonymousirenab:yeah, i saw demo which was there on superuser11:04
irenabyes, this one.   So for kubectl, expose is used for service creation11:05
*** jchhatbar has joined #openstack-kuryr11:05
*** janki has quit IRC11:08
ivc_janonymous current service patch only deals with internal services. it essentially replaces kube-proxy and implements ClusterIP using loadbalancer (while in kube-proxy those are implemented using iptables and load-balancing dnat)11:28
kzaitsev_wsjanonymous: do you have service_subnet configured correctly on both kube-apiserver and kuryr-k8s?11:37
*** dimak_ has quit IRC12:07
*** jermz is now known as jerms12:14
*** fredtran has joined #openstack-kuryr12:43
janonymousivc_:ohh i see..12:47
janonymouskzaitsev_ws: i used vagrant with this patch to start devstack12:48
*** alraddarla_ has joined #openstack-kuryr12:56
fredtranHi, I'm trying to reproduce this kuryr+k8s demo:  http://superuser.openstack.org/articles/networking-kubernetes-kuryr/  using the vagrant setup in career-kubernetes/contrib/vagrant.   Mixed results:  Pod-to-VM communication OK but no the other way around,  no LBaaS created to support k8s service. Any help ?12:58
openstackgerritJaivish Kothari(janonymous) proposed openstack/kuryr-kubernetes master: Implement Guru meditation reports  https://review.openstack.org/44794213:00
*** aojea has joined #openstack-kuryr13:12
irenabfredtran: you need to pull https://review.openstack.org/#/c/376045/23 for /opt/stack/kuryr-kuberntes13:17
irenabin the screen session restart kuryr-kuberentes13:18
irenabyou need to run python setup install on kuryr-kubernetes before starting it13:18
fredtranirenab: thanks,  will try that13:22
*** mattmceuen has joined #openstack-kuryr13:26
*** neiljerram has quit IRC13:28
*** neiljerram has joined #openstack-kuryr13:30
*** jchhatbar has quit IRC13:39
*** kzaitsev_ws has quit IRC13:45
*** mattmceuen has quit IRC13:48
*** kzaitsev_ws has joined #openstack-kuryr13:50
*** aojea has quit IRC13:58
*** Jezekus has joined #openstack-kuryr13:58
JezekusHi everybody13:58
*** aojea has joined #openstack-kuryr14:01
*** aojea has quit IRC14:01
*** janki has joined #openstack-kuryr14:05
*** alraddarla_ has quit IRC14:08
*** alraddarla_ has joined #openstack-kuryr14:08
*** aojea has joined #openstack-kuryr14:16
*** aojea has quit IRC14:16
irenabJezekus: hi14:17
*** aojea has joined #openstack-kuryr14:20
*** aojea has quit IRC14:23
*** alraddarla_ has quit IRC14:26
*** aojea has joined #openstack-kuryr14:27
*** Jezekus has quit IRC14:29
*** alraddarla_ has joined #openstack-kuryr14:29
*** janki has quit IRC14:50
*** hongbin has joined #openstack-kuryr14:50
*** Jezekus has joined #openstack-kuryr15:40
*** kzaitsev_ws has quit IRC15:55
*** fredtran has quit IRC16:05
*** Jezekus has quit IRC16:08
*** janki has joined #openstack-kuryr16:21
*** alraddarla_ has quit IRC16:54
openstackgerritOpenStack Proposal Bot proposed openstack/kuryr master: Updated from global requirements  https://review.openstack.org/45448616:58
openstackgerritOpenStack Proposal Bot proposed openstack/kuryr-libnetwork master: Updated from global requirements  https://review.openstack.org/45448716:59
*** garyloug has quit IRC17:02
*** alraddarla_ has joined #openstack-kuryr17:11
*** alraddarla_ has quit IRC17:15
*** neiljerram has quit IRC17:17
*** neiljerram has joined #openstack-kuryr17:19
*** egonzalez has quit IRC17:29
*** tonanhngo has joined #openstack-kuryr17:34
*** tonanhngo has quit IRC17:35
*** tonanhngo has joined #openstack-kuryr17:37
*** neiljerram has quit IRC17:58
*** mattmceuen has joined #openstack-kuryr18:02
*** alraddarla_ has joined #openstack-kuryr19:05
*** janki has quit IRC19:27
*** alraddarla_ has quit IRC20:39
*** tonanhngo_ has joined #openstack-kuryr20:48
*** tonanhng_ has joined #openstack-kuryr20:49
*** tonanhngo has quit IRC20:51
*** tonanhngo_ has quit IRC20:52
*** tonanhng_ has quit IRC20:53
*** tonanhngo has joined #openstack-kuryr20:58
*** neiljerram has joined #openstack-kuryr21:28
*** neiljerram has quit IRC21:43
*** pcaruana has quit IRC21:51
*** tonanhngo has quit IRC22:03
*** tonanhngo has joined #openstack-kuryr22:05
*** tonanhngo_ has joined #openstack-kuryr22:06
*** tonanhngo_ has quit IRC22:08
*** tonanhngo_ has joined #openstack-kuryr22:09
*** tonanhngo_ has quit IRC22:09
*** tonanhngo has quit IRC22:09
*** tonanhngo has joined #openstack-kuryr22:15

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!