*** limao has joined #openstack-kuryr | 00:33 | |
*** gouthamr has quit IRC | 01:13 | |
*** kiennt has joined #openstack-kuryr | 01:18 | |
*** yedongcan has joined #openstack-kuryr | 01:21 | |
*** hongbin has joined #openstack-kuryr | 01:36 | |
*** caowei has joined #openstack-kuryr | 02:20 | |
*** longfei_zhang has joined #openstack-kuryr | 02:25 | |
*** limao has quit IRC | 02:33 | |
*** limao has joined #openstack-kuryr | 02:34 | |
*** limao_ has joined #openstack-kuryr | 02:35 | |
*** limao has quit IRC | 02:38 | |
*** limao_ has quit IRC | 02:57 | |
*** limao has joined #openstack-kuryr | 02:57 | |
*** limao has quit IRC | 03:02 | |
*** aojea has joined #openstack-kuryr | 03:11 | |
*** reedip has quit IRC | 03:13 | |
*** aojea has quit IRC | 03:15 | |
*** reedip has joined #openstack-kuryr | 03:25 | |
*** yamamoto has joined #openstack-kuryr | 03:47 | |
*** vikasc has joined #openstack-kuryr | 03:50 | |
*** hongbin has quit IRC | 03:58 | |
*** longfei_zhang has quit IRC | 04:29 | |
*** janki has joined #openstack-kuryr | 05:08 | |
*** kiennt has quit IRC | 05:41 | |
*** kiennt has joined #openstack-kuryr | 06:01 | |
*** kiennt has quit IRC | 06:15 | |
*** kiennt has joined #openstack-kuryr | 06:17 | |
*** kzaitsev_ws has joined #openstack-kuryr | 06:17 | |
irenab | apuimedo, ping | 06:17 |
---|---|---|
*** zengchen has joined #openstack-kuryr | 06:25 | |
*** yboaron has joined #openstack-kuryr | 06:33 | |
*** janki has quit IRC | 06:38 | |
*** asalkeld has joined #openstack-kuryr | 06:41 | |
*** openstackgerrit has joined #openstack-kuryr | 06:56 | |
openstackgerrit | Ngo Quoc Cuong proposed openstack/fuxi master: Fix N529 Method's default argument should not be mutable https://review.openstack.org/482023 | 06:56 |
apuimedo | irenab: pong | 07:04 |
irenab | apuimedo, in case for the nested deployment in devstack, I see some issue with second VM deployment | 07:10 |
apuimedo | irenab: what do you mean, second VM deployment? | 07:10 |
apuimedo | you mean two VMs for the K8s cluster? | 07:11 |
irenab | I think the alsways the first ip in the range is chosen for the k8s api service | 07:11 |
irenab | https://github.com/openstack/kuryr-kubernetes/blob/master/devstack/plugin.sh#L150 | 07:11 |
irenab | deploying 2 VMs on same devstack and then kuryr-k8s inside the VM | 07:11 |
irenab | I guess it must be different tent to make it work | 07:12 |
irenab | s/tent/tenant | 07:12 |
apuimedo | irenab: or at least different networks | 07:13 |
*** roeyc has joined #openstack-kuryr | 07:15 | |
irenab | apuimedo, yes | 07:18 |
apuimedo | (different networks is what my devstach-overcloud-heat does | 07:19 |
*** aojea has joined #openstack-kuryr | 07:21 | |
*** yboaron_ has joined #openstack-kuryr | 07:32 | |
*** yboaron has quit IRC | 07:35 | |
*** egonzalez has joined #openstack-kuryr | 07:38 | |
*** yboaron_ has quit IRC | 08:05 | |
*** kural_ has quit IRC | 08:13 | |
*** yboaron_ has joined #openstack-kuryr | 08:23 | |
*** garyloug has joined #openstack-kuryr | 08:30 | |
*** kiennt has quit IRC | 08:39 | |
*** kural has joined #openstack-kuryr | 08:49 | |
*** longfei_zhang_ has joined #openstack-kuryr | 09:11 | |
longfei_zhang_ | apuimedo, for k8s cluster if there are many minion hosts we need to deploy the cni to each minion host, right? | 09:12 |
irenab | longfei_zhang_, yes | 09:14 |
*** kiennt has joined #openstack-kuryr | 09:15 | |
kzaitsev_ws | longfei_zhang_: if you don't deploy a CNI on a minion node that node would not be marked as "NotReady" by k8s | 09:19 |
longfei_zhang_ | irenab, i asked one question at this channel some days earlier , if there more than one master host in k8s cluster , i deployed kuryr controller to each of them, and the kuryr controller only monitor the local host address and 80 port, why all the kuryr controllers try to request neutron resource when i try to create a pod ? i still can not understand this case | 09:22 |
longfei_zhang_ | kzaitsev_ws, yes | 09:22 |
irenab | longfei_zhang_, we currently (yet) do not support HA for controller node | 09:22 |
longfei_zhang_ | irenab, yes | 09:23 |
irenab | longfei_zhang_, so for now please start with single master node | 09:24 |
longfei_zhang_ | irenab, my confusion is all the kuryr controller only monitor http://localhost:8080 address, i thought only one controller could get the create pod event? the the fact is all these controller on different master host can get the create pod event | 09:30 |
longfei_zhang_ | irenab,all these controller on different master host can get the SAME create pod event | 09:30 |
irenab | longfei_zhang_, with current kuryr-controller, we do not support multiple instances | 09:31 |
longfei_zhang_ | irenab, ok | 09:32 |
irenab | all k8s api wanchers will get events as requested | 09:32 |
irenab | watchers | 09:32 |
irenab | the problem is that for now, there is no mechanism in place which one of the controllers will handle the ecent | 09:32 |
longfei_zhang_ | irenab,yes | 09:33 |
*** rwallner has quit IRC | 09:49 | |
*** asalkeld has quit IRC | 10:00 | |
*** kiennt has quit IRC | 10:03 | |
*** caowei has quit IRC | 10:08 | |
kzaitsev_ws | longfei_zhang_: I don't really understand your confusion. if you create a pod in a multi-master k8s should it matter which api to ask to get that pod status? | 10:19 |
kzaitsev_ws | I believe this is exactly what multi-master case solves. you can ask any master's api and you would get identical responses | 10:20 |
kzaitsev_ws | also you might want to ask k8s developers why this happens =) we mostly develop kuryr things around here. | 10:21 |
kzaitsev_ws | however imo the behaviour is expected. | 10:21 |
longfei_zhang_ | kzaitsev_ws, if i monitor the k8s api lb address i could understand that i can get identical responses | 10:47 |
longfei_zhang_ | kzaitsev_ws, if i just monitor the master http://localhost:8080 address , i thought only one master need to take the request | 10:48 |
longfei_zhang_ | kzaitsev_ws, otherwise, these masters should create 3 same pods | 10:49 |
longfei_zhang_ | kzaitsev_ws, i need to check this with k8s developers | 10:50 |
kzaitsev_ws | does it matter which master you ask for 'kubectl get pods'? =) | 10:52 |
kzaitsev_ws | or rather should it matter? | 10:52 |
apuimedo | it should not | 10:52 |
apuimedo | same for watching | 10:52 |
apuimedo | there's only one cluster | 10:52 |
apuimedo | look at it this way | 10:52 |
apuimedo | there's an etcd cluster where the three API servers can write | 10:53 |
apuimedo | but the events propagate through all the API servers | 10:53 |
apuimedo | otherwise appications using the API would react inconsistently to events | 10:53 |
apuimedo | what you assumed would be to have three federated clusters, not a single one | 10:54 |
longfei_zhang_ | apuimedo, you told me a good advise "the best thing to do now is to put the kuryr controller in a replication controller of size 1" | 10:58 |
apuimedo | thanks | 10:58 |
longfei_zhang_ | apuimedo, thank you ,i will try it | 10:59 |
apuimedo | ;-) | 11:00 |
*** rwallner has joined #openstack-kuryr | 11:13 | |
*** rwallner_ has joined #openstack-kuryr | 11:15 | |
*** rwallne__ has joined #openstack-kuryr | 11:16 | |
*** atoth has joined #openstack-kuryr | 11:17 | |
*** rwallner has quit IRC | 11:17 | |
*** rwallner_ has quit IRC | 11:20 | |
*** janki has joined #openstack-kuryr | 11:56 | |
*** yboaron__ has joined #openstack-kuryr | 12:00 | |
*** yboaron_ has quit IRC | 12:02 | |
ltomasbo | apuimedo, are you finally having the meeting now? will it be recorded? | 12:03 |
apuimedo | ltomasbo: yes. I'll start recording in a moment | 12:04 |
apuimedo | https://bluejeans.com/564556049 | 12:05 |
ltomasbo | apuimedo, great! I would have liked to join, maybe next time! I'll watch it and ask offline! | 12:05 |
apuimedo | irenab: ^^ | 12:05 |
irenab | ltomasbo, still in Paris? | 12:05 |
ltomasbo | nop, finally home! | 12:05 |
ltomasbo | but have another meeting now | 12:05 |
*** dougbtv has joined #openstack-kuryr | 12:07 | |
*** yedongcan has left #openstack-kuryr | 12:30 | |
*** rwallne__ has quit IRC | 12:50 | |
*** rwallner_ has joined #openstack-kuryr | 12:53 | |
kural | <apuimedo>: Is there any plan to keep the discussion for the Kuryr multi-network PoC in google documents | 13:19 |
kzaitsev_ws | folks, I'll be on the go during community meeting so might get disconnected at times | 13:19 |
kzaitsev_ws | kural: I'll create a doc shortly. | 13:20 |
kural | <kzaitsev_ws>:Great :) | 13:20 |
*** yboaron_ has joined #openstack-kuryr | 13:24 | |
*** yboaron__ has quit IRC | 13:28 | |
*** roeyc has quit IRC | 13:44 | |
*** zengchen1 has joined #openstack-kuryr | 13:44 | |
kzaitsev_ws | https://docs.google.com/document/d/1GNZbmVxE2n5j07YRlkx4zP-XbFSPI9UEcVifX1MRXyY/edit | 13:49 |
kzaitsev_ws | apuimedo: irenab: vikasc: kural: ^^^ | 13:49 |
kzaitsev_ws | I made the doc public and writable for everyone | 13:49 |
*** rwallner_ has quit IRC | 13:50 | |
*** rwallner has joined #openstack-kuryr | 13:52 | |
kzaitsev_ws | apuimedo: irenab: looks like we can get rid of `default_physnet_subnets` mapping if we adopt network objects. at the first glance they may substitute the thing. | 13:53 |
*** rwallner has quit IRC | 13:53 | |
*** rwallner_ has joined #openstack-kuryr | 13:54 | |
kzaitsev_ws | vikasc: oh my =) I've just found out that I've inored your comments to https://review.openstack.org/#/c/471012/6 %) left answers as drafts =/ | 14:01 |
irenab | kzaitsev_ws: thank you for putting up the doc so quickly | 14:03 |
kzaitsev_ws | np. I probably forgot a couple of things and we should've assigned someone to put meeting minutes ) | 14:06 |
*** kzaitsev_ has joined #openstack-kuryr | 14:08 | |
*** kzaitsev_ws has quit IRC | 14:10 | |
*** gouthamr has joined #openstack-kuryr | 14:10 | |
*** janki has quit IRC | 14:13 | |
*** hongbin has joined #openstack-kuryr | 14:14 | |
*** limao has joined #openstack-kuryr | 14:16 | |
*** limao_ has joined #openstack-kuryr | 14:20 | |
*** limao has quit IRC | 14:21 | |
*** kzaitsev_ has quit IRC | 14:27 | |
*** kzaitsev_ has joined #openstack-kuryr | 14:27 | |
*** XueFeng has joined #openstack-kuryr | 14:34 | |
*** kzaitsev_68 has joined #openstack-kuryr | 14:34 | |
*** kzaitsev_ has quit IRC | 14:35 | |
*** XueFeng has left #openstack-kuryr | 14:37 | |
*** kzaitsev_ has joined #openstack-kuryr | 14:39 | |
*** kzaitsev_68 has quit IRC | 14:40 | |
*** kzaitsev_ has quit IRC | 14:45 | |
*** kzaitsev_ has joined #openstack-kuryr | 14:45 | |
*** roeyc has joined #openstack-kuryr | 14:53 | |
*** kzaitsev_ has quit IRC | 14:54 | |
*** zengchen1 has quit IRC | 14:56 | |
*** dell has joined #openstack-kuryr | 15:00 | |
*** dell is now known as Guest81252 | 15:00 | |
*** Guest81252 is now known as zengchen1 | 15:03 | |
*** limao_ has quit IRC | 15:05 | |
*** limao has joined #openstack-kuryr | 15:06 | |
*** roeyc has quit IRC | 15:11 | |
*** limao_ has joined #openstack-kuryr | 15:12 | |
*** limao has quit IRC | 15:14 | |
janonymous | mchiappero: missed the meeting , read logs.. good luck and thanks for working with us! | 15:24 |
vikasc | kzaitsev_pi, thanks, i will take a look now :) | 15:24 |
*** zengchen1 has quit IRC | 15:25 | |
*** yboaron_ has quit IRC | 15:39 | |
*** roeyc has joined #openstack-kuryr | 15:50 | |
*** aojea has quit IRC | 16:03 | |
*** egonzalez has quit IRC | 16:03 | |
*** limao_ has quit IRC | 16:20 | |
openstackgerrit | Jaivish Kothari(janonymous) proposed openstack/kuryr-kubernetes master: [WIP] CNI Daemon template https://review.openstack.org/480028 | 16:47 |
*** garyloug has quit IRC | 17:00 | |
*** roeyc has quit IRC | 17:04 | |
openstackgerrit | Jaivish Kothari(janonymous) proposed openstack/kuryr-kubernetes master: [WIP] CNI Daemon template https://review.openstack.org/480028 | 17:08 |
*** aojea has joined #openstack-kuryr | 17:09 | |
*** aojea has quit IRC | 17:13 | |
*** aojea has joined #openstack-kuryr | 17:13 | |
*** roeyc has joined #openstack-kuryr | 17:18 | |
*** yamamoto has quit IRC | 17:19 | |
*** roeyc has quit IRC | 17:29 | |
*** aojea has quit IRC | 17:48 | |
*** aojea has joined #openstack-kuryr | 18:01 | |
*** dmellado has quit IRC | 18:02 | |
*** dmellado has joined #openstack-kuryr | 18:02 | |
*** aojea has quit IRC | 18:06 | |
*** tonanhngo has joined #openstack-kuryr | 18:15 | |
*** yamamoto has joined #openstack-kuryr | 18:19 | |
*** yamamoto has quit IRC | 18:27 | |
*** aojea has joined #openstack-kuryr | 18:39 | |
*** rwallner_ has quit IRC | 18:52 | |
*** rwallner has joined #openstack-kuryr | 18:59 | |
*** rwallner has quit IRC | 19:04 | |
*** kural has quit IRC | 19:09 | |
*** atoth has quit IRC | 19:30 | |
*** tonanhngo has quit IRC | 20:27 | |
*** tonanhngo has joined #openstack-kuryr | 20:31 | |
*** tonanhngo has quit IRC | 20:35 | |
*** tonanhngo has joined #openstack-kuryr | 20:35 | |
*** tonanhngo has quit IRC | 20:40 | |
*** tonanhngo has joined #openstack-kuryr | 20:42 | |
*** aojea has quit IRC | 20:44 | |
*** aojea has joined #openstack-kuryr | 20:46 | |
*** aojea has joined #openstack-kuryr | 20:46 | |
*** tonanhngo has quit IRC | 20:46 | |
*** tonanhngo has joined #openstack-kuryr | 20:54 | |
*** tonanhngo has quit IRC | 20:58 | |
*** tonanhngo has joined #openstack-kuryr | 21:00 | |
*** tonanhngo has quit IRC | 21:04 | |
*** tonanhngo has joined #openstack-kuryr | 21:24 | |
*** oanson has quit IRC | 21:28 | |
*** tonanhngo has quit IRC | 21:28 | |
*** aojea has quit IRC | 21:28 | |
*** aojea has joined #openstack-kuryr | 21:28 | |
*** oanson has joined #openstack-kuryr | 21:29 | |
*** tonanhngo has joined #openstack-kuryr | 21:32 | |
*** aojea has quit IRC | 21:34 | |
*** pc_m has quit IRC | 21:35 | |
*** tonanhngo has quit IRC | 21:38 | |
*** tonanhngo has joined #openstack-kuryr | 21:39 | |
*** tonanhngo has quit IRC | 21:43 | |
*** pc_m has joined #openstack-kuryr | 21:48 | |
*** tonanhngo has joined #openstack-kuryr | 21:57 | |
*** kural has joined #openstack-kuryr | 21:59 | |
*** tonanhngo has quit IRC | 22:01 | |
*** tonanhngo has joined #openstack-kuryr | 22:02 | |
*** tonanhngo has quit IRC | 22:07 | |
*** kural has quit IRC | 22:20 | |
*** tonanhngo has joined #openstack-kuryr | 22:20 | |
*** kural has joined #openstack-kuryr | 22:21 | |
*** tonanhngo has quit IRC | 22:25 | |
*** kural_ has joined #openstack-kuryr | 22:28 | |
*** kural has quit IRC | 22:28 | |
*** aojea has joined #openstack-kuryr | 22:30 | |
*** tonanhngo has joined #openstack-kuryr | 22:32 | |
*** aojea has quit IRC | 22:36 | |
*** kural_ has quit IRC | 22:37 | |
*** kural_ has joined #openstack-kuryr | 22:37 | |
*** tonanhngo has quit IRC | 22:37 | |
*** kural has joined #openstack-kuryr | 22:42 | |
*** kural_ has quit IRC | 22:42 | |
*** hongbin has quit IRC | 23:42 | |
*** caowei has joined #openstack-kuryr | 23:55 | |
*** irenab has quit IRC | 23:56 | |
*** irenab has joined #openstack-kuryr | 23:56 | |
*** lihi has quit IRC | 23:56 | |
*** oanson has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!