*** aojea has joined #openstack-kuryr | 00:00 | |
*** aojea has quit IRC | 00:05 | |
*** aojea has joined #openstack-kuryr | 01:02 | |
*** aojea has quit IRC | 01:06 | |
*** aojea has joined #openstack-kuryr | 02:03 | |
*** aojea has quit IRC | 02:07 | |
*** pmannidi has quit IRC | 02:11 | |
*** pmannidi has joined #openstack-kuryr | 02:28 | |
*** pmannidi has quit IRC | 02:47 | |
*** pmannidi has joined #openstack-kuryr | 02:59 | |
*** aojea has joined #openstack-kuryr | 03:03 | |
*** aojea has quit IRC | 03:08 | |
*** aojea has joined #openstack-kuryr | 04:04 | |
*** aojea has quit IRC | 04:08 | |
*** openstackgerrit has joined #openstack-kuryr | 04:11 | |
*** yamamoto has quit IRC | 04:38 | |
*** yamamoto has joined #openstack-kuryr | 04:41 | |
*** janki has joined #openstack-kuryr | 05:32 | |
*** kzaitsev_ws has joined #openstack-kuryr | 06:09 | |
*** pcaruana has joined #openstack-kuryr | 06:30 | |
kzaitsev_ws | apuimedo: looks like there's nothing stopping us from merging https://review.openstack.org/#/c/376045/ =) | 06:34 |
---|---|---|
*** yuanying_ has joined #openstack-kuryr | 06:48 | |
*** yuanying has quit IRC | 06:48 | |
*** aojea has joined #openstack-kuryr | 07:02 | |
*** aojea has quit IRC | 07:16 | |
*** aojea has joined #openstack-kuryr | 07:17 | |
*** aojea has quit IRC | 07:25 | |
*** egonzalez has joined #openstack-kuryr | 07:36 | |
*** reedip has quit IRC | 08:07 | |
*** reedip has joined #openstack-kuryr | 08:21 | |
*** ltomasbo|away has joined #openstack-kuryr | 08:22 | |
*** dmellado has joined #openstack-kuryr | 08:23 | |
*** garyloug has joined #openstack-kuryr | 08:41 | |
*** neiljerram has joined #openstack-kuryr | 08:42 | |
*** reedip has quit IRC | 08:53 | |
*** reedip has joined #openstack-kuryr | 08:54 | |
irenab | kzaitsev_ws: I am still reviewing the patch, will reply asap | 09:00 |
*** jchhatbar has joined #openstack-kuryr | 09:14 | |
*** janki has quit IRC | 09:14 | |
*** neiljerram has quit IRC | 09:17 | |
*** neiljerram has joined #openstack-kuryr | 09:18 | |
*** neiljerram has quit IRC | 09:48 | |
*** neiljerram has joined #openstack-kuryr | 09:51 | |
kzaitsev_ws | irenab: 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 |
irenab | kzaitsev_ws: apuimedo on PTO, so will try to forward this patch asap | 09:53 |
janonymous | kzaitsev_ws:Hi, Can you clear my doubt on some questions i have regarding its working? | 09:59 |
janonymous | kzaitsev_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 wrong | 10:04 |
*** janki has joined #openstack-kuryr | 10:15 | |
*** jchhatbar has quit IRC | 10:16 | |
kzaitsev_ws | janonymous: lbaasv2 implemented in k8s? you mean kube-proxy? | 10:31 |
janonymous | kzaitsev_ws: nopes, when you use kubernetes with --cloud-provider | 10:33 |
*** neiljerram has quit IRC | 10:34 | |
*** neiljerram has joined #openstack-kuryr | 10:35 | |
kzaitsev_ws | oh 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-api | 10:38 |
janonymous | kzaitsev_ws: great, getting it now.. thanks | 10:42 |
janonymous | kzaitsev_ws: cauld you curl on clusterip exposed? | 10:42 |
irenab | janonymous: I do not think expose is supported. I would expect it to do some sort of FIP management | 10:51 |
*** dimak_ has joined #openstack-kuryr | 10:53 | |
janonymous | irenab:ohh.. | 10:57 |
janonymous | irenab: i checked on neutron side, lbaas creation are working good..was thinking impact on kubectl side | 10:58 |
irenab | janonymous: I am right now checing the patch as well | 10:59 |
kzaitsev_ws | if by expose you mean 'kubectl expose' — that is the way I tested the patch =) | 11:00 |
kzaitsev_ws | it creates a ClusterIP service, so everything should be working fine | 11:00 |
irenab | if this is for creating the k8s service, this should work. I thought questuon was for exposing service to outside | 11:01 |
kzaitsev_ws | I believe NodePort Services should be dealing with floating IPs | 11:01 |
kzaitsev_ws | but I'm 99% sure that NodePorts are not handled at the moment | 11:01 |
irenab | the LoadBalancer type as well, but this is not supported too | 11:02 |
janonymous | irenab:service is also created by kubectl expose .. sry i didn't meant exposing like nodeport or lb | 11:02 |
irenab | janonymous: then it should work for the ClusterIP service type (internal k8s cluster service) | 11:03 |
irenab | janonymous: there was nice demo ivc_ posted a while ago with commands to use | 11:03 |
janonymous | irenab: yes, and curl should work on clusterIP assigned? | 11:03 |
irenab | yes | 11:04 |
janonymous | irenab: i tried but maybe some prob with my env in curl :( | 11:04 |
janonymous | irenab:yeah, i saw demo which was there on superuser | 11:04 |
irenab | yes, this one. So for kubectl, expose is used for service creation | 11:05 |
*** jchhatbar has joined #openstack-kuryr | 11:05 | |
*** janki has quit IRC | 11: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_ws | janonymous: do you have service_subnet configured correctly on both kube-apiserver and kuryr-k8s? | 11:37 |
*** dimak_ has quit IRC | 12:07 | |
*** jermz is now known as jerms | 12:14 | |
*** fredtran has joined #openstack-kuryr | 12:43 | |
janonymous | ivc_:ohh i see.. | 12:47 |
janonymous | kzaitsev_ws: i used vagrant with this patch to start devstack | 12:48 |
*** alraddarla_ has joined #openstack-kuryr | 12:56 | |
fredtran | Hi, 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 |
openstackgerrit | Jaivish Kothari(janonymous) proposed openstack/kuryr-kubernetes master: Implement Guru meditation reports https://review.openstack.org/447942 | 13:00 |
*** aojea has joined #openstack-kuryr | 13:12 | |
irenab | fredtran: you need to pull https://review.openstack.org/#/c/376045/23 for /opt/stack/kuryr-kuberntes | 13:17 |
irenab | in the screen session restart kuryr-kuberentes | 13:18 |
irenab | you need to run python setup install on kuryr-kubernetes before starting it | 13:18 |
fredtran | irenab: thanks, will try that | 13:22 |
*** mattmceuen has joined #openstack-kuryr | 13:26 | |
*** neiljerram has quit IRC | 13:28 | |
*** neiljerram has joined #openstack-kuryr | 13:30 | |
*** jchhatbar has quit IRC | 13:39 | |
*** kzaitsev_ws has quit IRC | 13:45 | |
*** mattmceuen has quit IRC | 13:48 | |
*** kzaitsev_ws has joined #openstack-kuryr | 13:50 | |
*** aojea has quit IRC | 13:58 | |
*** Jezekus has joined #openstack-kuryr | 13:58 | |
Jezekus | Hi everybody | 13:58 |
*** aojea has joined #openstack-kuryr | 14:01 | |
*** aojea has quit IRC | 14:01 | |
*** janki has joined #openstack-kuryr | 14:05 | |
*** alraddarla_ has quit IRC | 14:08 | |
*** alraddarla_ has joined #openstack-kuryr | 14:08 | |
*** aojea has joined #openstack-kuryr | 14:16 | |
*** aojea has quit IRC | 14:16 | |
irenab | Jezekus: hi | 14:17 |
*** aojea has joined #openstack-kuryr | 14:20 | |
*** aojea has quit IRC | 14:23 | |
*** alraddarla_ has quit IRC | 14:26 | |
*** aojea has joined #openstack-kuryr | 14:27 | |
*** Jezekus has quit IRC | 14:29 | |
*** alraddarla_ has joined #openstack-kuryr | 14:29 | |
*** janki has quit IRC | 14:50 | |
*** hongbin has joined #openstack-kuryr | 14:50 | |
*** Jezekus has joined #openstack-kuryr | 15:40 | |
*** kzaitsev_ws has quit IRC | 15:55 | |
*** fredtran has quit IRC | 16:05 | |
*** Jezekus has quit IRC | 16:08 | |
*** janki has joined #openstack-kuryr | 16:21 | |
*** alraddarla_ has quit IRC | 16:54 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr master: Updated from global requirements https://review.openstack.org/454486 | 16:58 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr-libnetwork master: Updated from global requirements https://review.openstack.org/454487 | 16:59 |
*** garyloug has quit IRC | 17:02 | |
*** alraddarla_ has joined #openstack-kuryr | 17:11 | |
*** alraddarla_ has quit IRC | 17:15 | |
*** neiljerram has quit IRC | 17:17 | |
*** neiljerram has joined #openstack-kuryr | 17:19 | |
*** egonzalez has quit IRC | 17:29 | |
*** tonanhngo has joined #openstack-kuryr | 17:34 | |
*** tonanhngo has quit IRC | 17:35 | |
*** tonanhngo has joined #openstack-kuryr | 17:37 | |
*** neiljerram has quit IRC | 17:58 | |
*** mattmceuen has joined #openstack-kuryr | 18:02 | |
*** alraddarla_ has joined #openstack-kuryr | 19:05 | |
*** janki has quit IRC | 19:27 | |
*** alraddarla_ has quit IRC | 20:39 | |
*** tonanhngo_ has joined #openstack-kuryr | 20:48 | |
*** tonanhng_ has joined #openstack-kuryr | 20:49 | |
*** tonanhngo has quit IRC | 20:51 | |
*** tonanhngo_ has quit IRC | 20:52 | |
*** tonanhng_ has quit IRC | 20:53 | |
*** tonanhngo has joined #openstack-kuryr | 20:58 | |
*** neiljerram has joined #openstack-kuryr | 21:28 | |
*** neiljerram has quit IRC | 21:43 | |
*** pcaruana has quit IRC | 21:51 | |
*** tonanhngo has quit IRC | 22:03 | |
*** tonanhngo has joined #openstack-kuryr | 22:05 | |
*** tonanhngo_ has joined #openstack-kuryr | 22:06 | |
*** tonanhngo_ has quit IRC | 22:08 | |
*** tonanhngo_ has joined #openstack-kuryr | 22:09 | |
*** tonanhngo_ has quit IRC | 22:09 | |
*** tonanhngo has quit IRC | 22:09 | |
*** tonanhngo has joined #openstack-kuryr | 22:15 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!