| *** yamamoto has joined #openstack-kuryr | 00:03 | |
| *** yamamoto has quit IRC | 00:07 | |
| *** salv-orlando has joined #openstack-kuryr | 00:24 | |
| *** caowei has joined #openstack-kuryr | 00:25 | |
| *** salv-orlando has quit IRC | 00:29 | |
| *** hongbin has joined #openstack-kuryr | 00:51 | |
| *** lihi has quit IRC | 00:56 | |
| *** irenab has quit IRC | 00:57 | |
| *** leyal has quit IRC | 00:58 | |
| *** oanson has quit IRC | 00:58 | |
| *** oanson has joined #openstack-kuryr | 01:04 | |
| *** lihi has joined #openstack-kuryr | 01:04 | |
| *** irenab has joined #openstack-kuryr | 01:05 | |
| *** leyal has joined #openstack-kuryr | 01:05 | |
| *** gcheresh_ has joined #openstack-kuryr | 01:06 | |
| *** gcheresh_ has quit IRC | 01:12 | |
| *** salv-orlando has joined #openstack-kuryr | 01:25 | |
| *** salv-orlando has quit IRC | 01:29 | |
| *** phuoc has joined #openstack-kuryr | 01:53 | |
| *** salv-orlando has joined #openstack-kuryr | 02:25 | |
| *** yamamoto has joined #openstack-kuryr | 02:26 | |
| *** salv-orlando has quit IRC | 02:30 | |
| *** salv-orlando has joined #openstack-kuryr | 03:26 | |
| *** salv-orlando has quit IRC | 03:31 | |
| *** janonymous has joined #openstack-kuryr | 03:44 | |
| *** hongbin has quit IRC | 03:59 | |
| *** salv-orlando has joined #openstack-kuryr | 04:27 | |
| *** salv-orlando has quit IRC | 04:32 | |
| *** gcheresh has joined #openstack-kuryr | 04:47 | |
| *** janki has joined #openstack-kuryr | 04:48 | |
| *** yamamoto_ has joined #openstack-kuryr | 05:07 | |
| *** yamamoto has quit IRC | 05:11 | |
| *** salv-orlando has joined #openstack-kuryr | 05:15 | |
| leyal | yboaron, late pong | 05:22 |
|---|---|---|
| *** yamamoto has joined #openstack-kuryr | 06:01 | |
| *** yamamoto_ has quit IRC | 06:04 | |
| *** dangtrinhnt has joined #openstack-kuryr | 06:11 | |
| *** aojea has joined #openstack-kuryr | 06:31 | |
| *** natanbro has joined #openstack-kuryr | 06:40 | |
| *** aojea has quit IRC | 06:40 | |
| *** pcaruana has joined #openstack-kuryr | 06:53 | |
| *** yboaron has joined #openstack-kuryr | 07:04 | |
| dulek | leyal: Hi! I have a few questions about network policy patches. | 07:13 |
| leyal | dulek, Hi | 07:18 |
| dulek | leyal: Can you elaborate on why this DisposableWatch is added? It seems to be pretty similar to the Watcher objects we currently have. | 07:19 |
| dulek | leyal: I get the resource cleanup issue, but still - why not implement that in Watcher? | 07:20 |
| leyal | dulek, sure - the issue is that the watch is on io_wait most of the time , so it's can't dispose itself, so it's need to be kill from other thread .. | 07:20 |
| leyal | the problem is just if you just kill the thread , it's could cause to some resource to leak (fds and connections..) | 07:21 |
| *** yamamoto_ has joined #openstack-kuryr | 07:22 | |
| leyal | so the idea is to free those resource from other thread , and then kill the thread without worries .. | 07:23 |
| dulek | leyal: Oh, okay, this is exactly what you've wrote in the commit message, but somehow I needed this explanation to understand. :) | 07:23 |
| dulek | Okay, let me take another look on that then. | 07:23 |
| leyal | dulek, thanks for reviewing :) | 07:24 |
| *** yamamoto has quit IRC | 07:25 | |
| *** salv-orlando has quit IRC | 07:36 | |
| *** salv-orlando has joined #openstack-kuryr | 07:37 | |
| openstackgerrit | Eyal Leshem proposed openstack/kuryr-kubernetes master: Translate k8s policy to SG https://review.openstack.org/526916 | 07:37 |
| *** salv-orlando has quit IRC | 07:42 | |
| openstackgerrit | Eyal Leshem proposed openstack/kuryr-kubernetes master: Create network policy handler and driver https://review.openstack.org/530655 | 07:44 |
| *** pcm_ has joined #openstack-kuryr | 07:48 | |
| *** dims_ has joined #openstack-kuryr | 07:48 | |
| *** pc_m has quit IRC | 07:49 | |
| *** dims has quit IRC | 07:49 | |
| *** yboaron has quit IRC | 07:52 | |
| *** garyloug has joined #openstack-kuryr | 07:57 | |
| *** salv-orlando has joined #openstack-kuryr | 08:04 | |
| openstackgerrit | Eyal Leshem proposed openstack/kuryr-kubernetes master: Create network policy handler and driver https://review.openstack.org/530655 | 08:07 |
| openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Create CNI bin dir in OpenShift DevStack plugin https://review.openstack.org/556777 | 08:16 |
| *** kong has quit IRC | 08:21 | |
| openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Create CNI bin dir in OpenShift DevStack plugin https://review.openstack.org/556777 | 08:25 |
| openstackgerrit | Eyal Leshem proposed openstack/kuryr-kubernetes master: [WIP] Add policy security-groups driver https://review.openstack.org/545872 | 08:29 |
| *** yboaron has joined #openstack-kuryr | 08:41 | |
| *** garyloug has quit IRC | 08:41 | |
| *** natanbro has quit IRC | 09:08 | |
| openstackgerrit | Yossi Boaron proposed openstack/kuryr-kubernetes master: Services: update service's status after LB completely provisioned. https://review.openstack.org/554070 | 09:16 |
| *** garyloug has joined #openstack-kuryr | 09:26 | |
| *** garyloug has quit IRC | 09:31 | |
| *** garyloug has joined #openstack-kuryr | 09:44 | |
| *** kong has joined #openstack-kuryr | 10:01 | |
| *** yamamoto_ has quit IRC | 10:10 | |
| yboaron | leyal, ping | 10:30 |
| *** yamamoto has joined #openstack-kuryr | 10:52 | |
| *** janki has quit IRC | 11:06 | |
| *** caowei has quit IRC | 11:29 | |
| *** yamamoto has quit IRC | 11:30 | |
| *** openstackgerrit has quit IRC | 11:33 | |
| *** yamamoto has joined #openstack-kuryr | 11:34 | |
| *** yamamoto has quit IRC | 11:38 | |
| leyal | yboaron, hi | 11:38 |
| *** jlabarre has joined #openstack-kuryr | 11:51 | |
| *** yamamoto has joined #openstack-kuryr | 11:54 | |
| yboaron | leyal, Hey | 11:56 |
| yboaron | yboaron, just started to review the Network Policy patches - have few questions - ping me if U have 10-15 minutes for short session | 11:59 |
| yboaron | ooppps, leyal, just started to review the Network Policy patches - have few questions - ping me if U have 10-15 minutes for short session | 12:02 |
| leyal | yboaron, :) , sure . i need to move now - let try tomorrow... | 12:03 |
| yboaron | leyal, OK , ping tomorrow | 12:04 |
| yboaron | leyal, ping me tomorrow | 12:04 |
| *** janki has joined #openstack-kuryr | 12:08 | |
| *** atoth has joined #openstack-kuryr | 12:26 | |
| *** aojea has joined #openstack-kuryr | 12:38 | |
| *** aojea has quit IRC | 12:54 | |
| *** openstackgerrit has joined #openstack-kuryr | 12:58 | |
| openstackgerrit | Genadi Chereshnya proposed openstack/kuryr-tempest-plugin master: Testing service creation and connectivity https://review.openstack.org/539485 | 12:58 |
| *** hongbin has joined #openstack-kuryr | 13:53 | |
| *** maysamacedos has joined #openstack-kuryr | 14:22 | |
| *** kiennt26 has joined #openstack-kuryr | 14:36 | |
| * dulek is reporting 4th bug today. \o/ | 14:37 | |
| dulek | All of those found when trying to deploy containerized Kuryr with OpenShift through DevStack plugin. | 14:37 |
| *** kong has quit IRC | 14:40 | |
| *** kiennt26 has quit IRC | 14:47 | |
| *** pcaruana has quit IRC | 15:10 | |
| *** yboaron has quit IRC | 15:21 | |
| *** yamamoto has quit IRC | 15:47 | |
| *** yamamoto has joined #openstack-kuryr | 15:48 | |
| *** gcheresh has quit IRC | 15:50 | |
| *** gcheresh has joined #openstack-kuryr | 15:50 | |
| *** yamamoto has quit IRC | 15:53 | |
| *** gcheresh has quit IRC | 15:56 | |
| *** yamamoto has joined #openstack-kuryr | 16:03 | |
| *** yamamoto has quit IRC | 16:08 | |
| *** yamamoto has joined #openstack-kuryr | 16:18 | |
| openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Create CNI bin dir in OpenShift DevStack plugin https://review.openstack.org/556777 | 16:20 |
| openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Add `privileged` SCC to SA in OpenShift DevStack https://review.openstack.org/556959 | 16:20 |
| openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Add HTTPS support to K8s API healthchecks https://review.openstack.org/556960 | 16:20 |
| dulek | If anyone interested all those are fixing DevStack plugin for containerized Kuryr with OpenShift. | 16:20 |
| *** yamamoto has quit IRC | 16:23 | |
| *** pcaruana has joined #openstack-kuryr | 16:25 | |
| *** yamamoto has joined #openstack-kuryr | 16:33 | |
| *** yamamoto has quit IRC | 16:37 | |
| *** yamamoto has joined #openstack-kuryr | 16:48 | |
| *** janki has quit IRC | 16:49 | |
| *** yamamoto has quit IRC | 16:53 | |
| *** yamamoto has joined #openstack-kuryr | 17:03 | |
| *** yamamoto has quit IRC | 17:08 | |
| *** yamamoto has joined #openstack-kuryr | 17:18 | |
| *** yamamoto has quit IRC | 17:23 | |
| *** yamamoto has joined #openstack-kuryr | 17:33 | |
| *** yamamoto has quit IRC | 17:38 | |
| *** yamamoto has joined #openstack-kuryr | 17:40 | |
| *** yamamoto has quit IRC | 17:40 | |
| *** pcaruana has quit IRC | 17:51 | |
| *** yamamoto has joined #openstack-kuryr | 18:40 | |
| *** yamamoto has quit IRC | 18:47 | |
| *** yamamoto has joined #openstack-kuryr | 19:01 | |
| *** yamamoto has quit IRC | 19:08 | |
| *** janonymous has quit IRC | 20:04 | |
| *** yamamoto has joined #openstack-kuryr | 20:05 | |
| *** yamamoto has quit IRC | 20:11 | |
| *** maysamacedos has quit IRC | 20:18 | |
| *** aojea has joined #openstack-kuryr | 20:34 | |
| *** olivierbourdon38 has quit IRC | 20:46 | |
| *** olivierbourdon38 has joined #openstack-kuryr | 20:46 | |
| *** salv-orl_ has joined #openstack-kuryr | 21:06 | |
| *** salv-orlando has quit IRC | 21:06 | |
| *** yamamoto has joined #openstack-kuryr | 21:07 | |
| *** yamamoto has quit IRC | 21:12 | |
| *** jlabarre has quit IRC | 22:00 | |
| *** salv-orl_ has quit IRC | 22:01 | |
| *** salv-orlando has joined #openstack-kuryr | 22:01 | |
| *** salv-orlando has quit IRC | 22:06 | |
| *** yamamoto has joined #openstack-kuryr | 22:08 | |
| *** yamamoto has quit IRC | 22:14 | |
| *** aojea has quit IRC | 22:24 | |
| *** kong has joined #openstack-kuryr | 22:36 | |
| *** garyloug has quit IRC | 22:44 | |
| *** hongbin has quit IRC | 22:58 | |
| *** salv-orlando has joined #openstack-kuryr | 23:02 | |
| *** salv-orlando has quit IRC | 23:08 | |
| *** yamamoto has joined #openstack-kuryr | 23:10 | |
| *** yamamoto has quit IRC | 23:15 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!