*** jistr has quit IRC | 00:11 | |
*** maysamacedo has quit IRC | 00:12 | |
*** jistr has joined #openstack-kuryr | 00:16 | |
*** kiennt26 has joined #openstack-kuryr | 01:18 | |
*** caowei has joined #openstack-kuryr | 01:18 | |
*** maysamacedos has joined #openstack-kuryr | 01:20 | |
*** maysamacedos has quit IRC | 01:32 | |
*** maysamacedos has joined #openstack-kuryr | 01:45 | |
*** threestrands_ has joined #openstack-kuryr | 02:14 | |
*** threestrands_ has quit IRC | 02:14 | |
*** threestrands_ has joined #openstack-kuryr | 02:14 | |
*** threestrands has quit IRC | 02:16 | |
*** maysamacedos has quit IRC | 03:01 | |
*** yamamoto has joined #openstack-kuryr | 03:28 | |
*** reedip has joined #openstack-kuryr | 03:34 | |
*** janonymous has joined #openstack-kuryr | 03:56 | |
*** phuoc has quit IRC | 05:10 | |
*** phuoc has joined #openstack-kuryr | 05:12 | |
*** janki has joined #openstack-kuryr | 05:24 | |
*** hongbin has joined #openstack-kuryr | 05:37 | |
*** phuoc_ has joined #openstack-kuryr | 05:48 | |
*** phuoc has quit IRC | 05:51 | |
*** maysamacedos has joined #openstack-kuryr | 06:00 | |
*** threestrands_ has quit IRC | 06:13 | |
*** caowei has quit IRC | 06:55 | |
*** juriarte has joined #openstack-kuryr | 07:08 | |
*** caowei has joined #openstack-kuryr | 07:20 | |
openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Fix kubelet retries issues https://review.openstack.org/518404 | 08:48 |
---|---|---|
*** hongbin has quit IRC | 09:52 | |
*** gcheresh has joined #openstack-kuryr | 10:00 | |
*** aojea has joined #openstack-kuryr | 10:07 | |
*** caowei has quit IRC | 10:12 | |
*** aojea_ has joined #openstack-kuryr | 10:13 | |
*** aojea has quit IRC | 10:16 | |
*** aojea has joined #openstack-kuryr | 10:18 | |
*** aojea_ has quit IRC | 10:22 | |
*** kiennt26 has quit IRC | 10:22 | |
*** aojea_ has joined #openstack-kuryr | 10:23 | |
*** aojea has quit IRC | 10:26 | |
*** aojea has joined #openstack-kuryr | 10:29 | |
*** aojea_ has quit IRC | 10:31 | |
*** aojea has quit IRC | 10:37 | |
*** reedip has quit IRC | 10:39 | |
*** gcheresh_ has joined #openstack-kuryr | 10:40 | |
*** gcheresh has quit IRC | 10:41 | |
*** gcheresh_ has quit IRC | 10:42 | |
*** reedip has joined #openstack-kuryr | 10:52 | |
*** pcaruana has joined #openstack-kuryr | 11:02 | |
*** aojea has joined #openstack-kuryr | 11:10 | |
*** aojea_ has joined #openstack-kuryr | 11:14 | |
*** aojea has quit IRC | 11:16 | |
*** aojea has joined #openstack-kuryr | 11:19 | |
*** aojea_ has quit IRC | 11:22 | |
*** aojea_ has joined #openstack-kuryr | 11:25 | |
*** aojea has quit IRC | 11:28 | |
*** maysamacedos has joined #openstack-kuryr | 11:28 | |
*** aojea has joined #openstack-kuryr | 11:29 | |
*** aojea_ has quit IRC | 11:32 | |
*** aojea_ has joined #openstack-kuryr | 11:34 | |
*** aojea has quit IRC | 11:37 | |
*** juriarte has quit IRC | 11:39 | |
*** aojea has joined #openstack-kuryr | 11:40 | |
*** juriarte has joined #openstack-kuryr | 11:41 | |
*** aojea_ has quit IRC | 11:42 | |
*** aojea_ has joined #openstack-kuryr | 11:45 | |
*** aojea has quit IRC | 11:47 | |
*** aojea has joined #openstack-kuryr | 11:49 | |
*** aojea_ has quit IRC | 11:52 | |
*** aojea_ has joined #openstack-kuryr | 11:55 | |
*** aojea has quit IRC | 11:57 | |
*** aojea has joined #openstack-kuryr | 12:00 | |
*** aojea_ has quit IRC | 12:03 | |
*** aojea has quit IRC | 12:07 | |
maysamacedos | dulek: ping | 12:27 |
dulek | maysamacedos: Hi, what's up? | 12:27 |
maysamacedos | In your comment here https://review.openstack.org/#/c/529335/ don't you think the quantity of networks might increase and so it might take longer to respond? | 12:29 |
maysamacedos | In your comment here https://review.openstack.org/#/c/529335/ don't you think the quantity of networks might increase and so it might take longer to respond? | 12:29 |
maysamacedos | Hi, in your comment here https://review.openstack.org/#/c/529335/ , don't you think the quantity of networks might increase and so it might take longer to respond? | 12:29 |
maysamacedos | or this is not relevant | 12:30 |
dulek | maysamacedos: I'm not sure really. | 12:36 |
dulek | maysamacedos: I think slowness of the call is due to many SQL queries done during the call. | 12:37 |
dulek | maysamacedos: If networks are too slow you can try list_subnets maybe? | 12:37 |
apuimedo | dulek: ltomasbo: why networks instead of routers? | 12:38 |
apuimedo | The best is to pick the cheapest neutron call we can make | 12:38 |
dulek | apuimedo: I know at least one public cloud that doesn't expose routers list to users. I'm not sure why though. | 12:38 |
ltomasbo | I was just wondering why list_routers and not any other, didn't know maysamacedos checked that was the 'cheapest' one | 12:39 |
apuimedo | dulek: ltomasbo: maysamacedos: | 12:40 |
apuimedo | how about | 12:40 |
apuimedo | we just do a GET for / | 12:40 |
apuimedo | https://developer.openstack.org/api-ref/network/v2/index.html#list-api-versions | 12:40 |
apuimedo | this should probably be cheap | 12:40 |
dulek | apuimedo: I don't think this is authenticated call. | 12:41 |
apuimedo | dulek: can you check it? If that or extensions is authenticated | 12:42 |
apuimedo | dulek: https://review.openstack.org/#/c/531128/ seems to work | 12:42 |
dulek | apuimedo: Yup. I'm not sure if we want to update the gate now though. But I wanted to check. | 12:42 |
dulek | apuimedo: http://paste.openstack.org/show/639081/ | 12:44 |
dulek | apuimedo: Okay, maybe we should stick with routers for now and I'll get info from the cloud I'm talking about to know why I cannot fetch routers there. | 12:45 |
apuimedo | dulek: and extensions? | 12:45 |
apuimedo | dulek: "/extensions.json" | 12:45 |
dulek | apuimedo: Ah, extensions works. :) | 12:46 |
apuimedo | dulek: it is auth? | 12:46 |
dulek | apuimedo: It is. | 12:46 |
apuimedo | perfect | 12:46 |
apuimedo | let's use that then | 12:46 |
maysamacedos | apuimedo: dulek: Thanks :) | 12:47 |
* dulek goes for lunch. | 12:48 | |
apuimedo | with 4 networks list networks takes 212ms while extensions always takes about 22ms | 12:48 |
apuimedo | maysamacedos: much, much better to use extensions :-) | 12:48 |
apuimedo | sorry I didn't think about it earlier | 12:49 |
*** janki has quit IRC | 12:50 | |
maysamacedos | apuimedo: No problem at all | 12:50 |
*** janonymous has quit IRC | 12:55 | |
ltomasbo | great! 22ms is much better! | 13:04 |
*** gcheresh_ has joined #openstack-kuryr | 13:10 | |
openstackgerrit | Maysa de Macedo Souza proposed openstack/kuryr-kubernetes master: Add readiness checks for Kuryr Controller https://review.openstack.org/529335 | 13:14 |
*** kiennt26 has joined #openstack-kuryr | 13:18 | |
*** atoth has joined #openstack-kuryr | 13:29 | |
*** gcheresh_ has quit IRC | 13:29 | |
openstackgerrit | Maysa de Macedo Souza proposed openstack/kuryr-kubernetes master: Add readiness checks for Kuryr Controller https://review.openstack.org/529335 | 13:51 |
*** jistr is now known as jistr|biab | 13:51 | |
openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Upgrade default K8s to 1.9 in DevStack https://review.openstack.org/531128 | 13:55 |
*** hongbin has joined #openstack-kuryr | 14:48 | |
*** caowei has joined #openstack-kuryr | 15:01 | |
*** jistr|biab is now known as jistr | 15:04 | |
*** caowei has quit IRC | 15:11 | |
*** kiennt26 has quit IRC | 15:41 | |
openstackgerrit | Maysa de Macedo Souza proposed openstack/kuryr-kubernetes master: Add readiness checks for Kuryr Controller https://review.openstack.org/529335 | 15:50 |
*** maysamacedos has quit IRC | 16:14 | |
*** maysamacedos has joined #openstack-kuryr | 16:15 | |
*** maysamacedos has quit IRC | 16:16 | |
*** maysamacedos has joined #openstack-kuryr | 16:24 | |
*** yamamoto has quit IRC | 16:26 | |
*** yamamoto has joined #openstack-kuryr | 16:50 | |
openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: WiP: Preview of CNI daemon side VIF choice https://review.openstack.org/527243 | 17:08 |
*** pcaruana has quit IRC | 17:21 | |
*** yamamoto has quit IRC | 17:47 | |
*** juriarte has quit IRC | 17:54 | |
*** yamamoto has joined #openstack-kuryr | 18:03 | |
*** yamamoto has quit IRC | 18:07 | |
*** juriarte has joined #openstack-kuryr | 18:12 | |
*** yamamoto has joined #openstack-kuryr | 18:48 | |
*** gcheresh_ has joined #openstack-kuryr | 18:49 | |
*** yamamoto has quit IRC | 18:52 | |
*** gcheresh_ has quit IRC | 18:59 | |
*** gcheresh_ has joined #openstack-kuryr | 19:00 | |
*** juriarte has quit IRC | 19:05 | |
*** gcheresh_ has quit IRC | 19:05 | |
*** gcheresh_ has joined #openstack-kuryr | 19:05 | |
*** openstack has joined #openstack-kuryr | 21:14 | |
*** ChanServ sets mode: +o openstack | 21:14 | |
*** maysamacedos has quit IRC | 21:17 | |
*** maysamacedos has joined #openstack-kuryr | 21:38 | |
*** maysamacedos has quit IRC | 21:45 | |
*** yamamoto has joined #openstack-kuryr | 22:04 | |
*** yamamoto has quit IRC | 22:17 | |
*** maysamacedos has joined #openstack-kuryr | 22:44 | |
*** maysamacedos has quit IRC | 22:46 | |
*** hongbin has quit IRC | 22:46 | |
*** ltomasbo has quit IRC | 23:11 | |
*** ltomasbo has joined #openstack-kuryr | 23:30 | |
*** maysamacedos has joined #openstack-kuryr | 23:45 | |
*** maysamacedos has quit IRC | 23:47 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!