*** caowei has joined #openstack-kuryr | 00:50 | |
*** kiennt has joined #openstack-kuryr | 00:53 | |
*** caowei_ has joined #openstack-kuryr | 01:07 | |
*** caowei has quit IRC | 01:10 | |
*** caowei_ is now known as caowei | 01:10 | |
*** hongbin has joined #openstack-kuryr | 02:16 | |
*** hongbin has quit IRC | 02:21 | |
*** caowei_ has joined #openstack-kuryr | 02:21 | |
*** caowei has quit IRC | 02:25 | |
*** caowei_ is now known as caowei | 02:25 | |
*** caowei_ has joined #openstack-kuryr | 02:42 | |
*** caowei has quit IRC | 02:45 | |
*** caowei_ is now known as caowei | 02:45 | |
*** aojea has joined #openstack-kuryr | 02:50 | |
*** aojea has quit IRC | 02:54 | |
*** hongbin has joined #openstack-kuryr | 02:54 | |
*** salv-orlando has joined #openstack-kuryr | 03:02 | |
*** yamamoto has joined #openstack-kuryr | 03:05 | |
*** salv-orlando has quit IRC | 03:07 | |
*** hongbin has quit IRC | 03:14 | |
*** gouthamr has quit IRC | 03:25 | |
*** vikasc has joined #openstack-kuryr | 03:46 | |
*** salv-orlando has joined #openstack-kuryr | 04:03 | |
*** salv-orlando has quit IRC | 04:08 | |
*** yuanying has quit IRC | 04:24 | |
*** yuanying has joined #openstack-kuryr | 04:24 | |
*** lihi has quit IRC | 04:51 | |
*** oanson has quit IRC | 04:53 | |
*** irenab has quit IRC | 04:53 | |
*** irena has quit IRC | 04:53 | |
*** salv-orlando has joined #openstack-kuryr | 05:04 | |
*** salv-orlando has quit IRC | 05:08 | |
*** yedongcan has joined #openstack-kuryr | 05:09 | |
*** salv-orlando has joined #openstack-kuryr | 05:15 | |
*** s1061123 has quit IRC | 05:23 | |
*** aojea has joined #openstack-kuryr | 05:27 | |
*** yuanying_ has joined #openstack-kuryr | 05:32 | |
*** yuanying has quit IRC | 05:34 | |
*** kiennt has quit IRC | 05:41 | |
*** aojea has quit IRC | 05:42 | |
*** kiennt has joined #openstack-kuryr | 05:48 | |
*** aojea has joined #openstack-kuryr | 06:00 | |
*** kiennt has quit IRC | 06:02 | |
*** kiennt has joined #openstack-kuryr | 06:14 | |
*** salv-orlando has quit IRC | 06:21 | |
*** salv-orlando has joined #openstack-kuryr | 06:21 | |
*** salv-orlando has quit IRC | 06:26 | |
*** salv-orlando has joined #openstack-kuryr | 06:28 | |
*** pcaruana has joined #openstack-kuryr | 06:45 | |
*** longfei_zhang has joined #openstack-kuryr | 06:52 | |
longfei_zhang | vikasc, i couldn't understand why there is only one kuryr instance per openstack enviroment? | 06:53 |
---|---|---|
*** kzaitsev_ws has joined #openstack-kuryr | 06:53 | |
longfei_zhang | i found this info "Kuryr Controller: This daemon runs usually on the same nodes where you run the Kubernetes API." | 06:54 |
longfei_zhang | so consider this case if we have server different tenants in one openstack deployment , i think each tenant should deploy their own kuryr instance | 06:56 |
*** tonanhngo has joined #openstack-kuryr | 07:05 | |
*** tonanhngo has quit IRC | 07:09 | |
kzaitsev_ws | longfei_zhang: 'server different tenants' means you have a k8s-api per tenant? | 07:14 |
*** tonanhngo has joined #openstack-kuryr | 07:14 | |
longfei_zhang | kzaitsev_ws, yes | 07:15 |
longfei_zhang | per tenant can deploy their own k8s cluster | 07:16 |
longfei_zhang | if they need it | 07:16 |
kzaitsev_ws | longfei_zhang: well k8s-api-url is configured in kuryr.conf, so yeah if you have multiple api servers you would need multiple kuryr.confs and multiple instances of kuryr-k8s | 07:16 |
longfei_zhang | yes, that make sense | 07:17 |
longfei_zhang | kzaitsev_ws, i have another question , in k8s cluster if there are more than one master node , i.e. more than one k8s api server inside the same cluster, we need to deploy kuryr controller on each master node? i want to know if this is the valid case? | 07:21 |
kzaitsev_ws | longfei_zhang: hm, not really. kuryr-k8s talks to k8s via api calls | 07:24 |
*** aojea has joined #openstack-kuryr | 07:25 | |
kzaitsev_ws | so if your api is behind a load balancer for example — you can probably just give that load balancer's address | 07:25 |
longfei_zhang | yes | 07:25 |
longfei_zhang | if i only run the kuryr on one vm and monitor the lb's address , then we might need to consider the HA of kuryr | 07:27 |
kzaitsev_ws | I believe there is no HA at the moment though | 07:28 |
longfei_zhang | yes | 07:29 |
*** tonanhngo has quit IRC | 07:31 | |
*** egonzalez has joined #openstack-kuryr | 07:37 | |
*** gouthamr has joined #openstack-kuryr | 07:39 | |
longfei_zhang | kzaitsev_ws, so before we have HA, say i have two k8s mater vm , i want to deploy kuryr controller to each mater vm , is this ok ? | 07:44 |
longfei_zhang | or any negative impact? | 07:44 |
*** dims has quit IRC | 07:45 | |
kzaitsev_ws | I haven't tried that, but it might work. Both instances would ask for ports from neutron, but one of them would not be able to update the annotation, so it would back off/delete it's port | 07:47 |
*** dims has joined #openstack-kuryr | 07:48 | |
longfei_zhang | kzaitsev_ws, i have tried that , it works fine, if there are more than one master vm, only one mater vm can handle the api request, say create pod request | 07:51 |
kzaitsev_ws | longfei_zhang: how would watch api work then? | 07:52 |
longfei_zhang | there is no api call to other mater vm, so will not happen both instances would ask for ports from neutron | 07:52 |
longfei_zhang | kuryr only what the local host api | 07:52 |
longfei_zhang | kuryr only watch the local host api | 07:53 |
kzaitsev_ws | yeah, but whouldn't the watched events propagate to all api servers? | 07:53 |
kzaitsev_ws | say if I have m1 and m2 running kubernetes api. then start watching for pod events on m1 and then add a pod on m2 — would watcher on m1 get the creation event? | 07:59 |
kzaitsev_ws | I believe it should | 08:00 |
longfei_zhang | kzaitsev_ws, it's a good question, let me check this again | 08:02 |
*** garyloug has joined #openstack-kuryr | 08:13 | |
vikasc | longfei_zhang, multi-tenancy is not supported yet | 08:14 |
*** salv-orl_ has joined #openstack-kuryr | 08:19 | |
longfei_zhang | vikasc, i mean in one openstack env , we might have server independent project/tenant, if all of them want deploy k8s cluster and want use kuryr project | 08:21 |
vikasc | longfei_zhang, now i think i got your point about one kuryr instance per k8s cluster. | 08:21 |
longfei_zhang | yes, sorry for the confusion | 08:22 |
*** salv-orlando has quit IRC | 08:23 | |
vikasc | longfei_zhang, no problem, in such scenario yes i think while deleting neutron ports, just device_owner might not be sufficient because that will delete other kuryr's ports as well | 08:23 |
vikasc | longfei_zhang, tbh, never tried and tested thic scenario | 08:23 |
vikasc | s/this | 08:23 |
*** salv-orl_ has quit IRC | 08:24 | |
*** dims has quit IRC | 08:45 | |
*** dims has joined #openstack-kuryr | 08:47 | |
*** neiljerram has joined #openstack-kuryr | 08:48 | |
*** caowei has quit IRC | 09:18 | |
*** garyloug has quit IRC | 09:26 | |
*** tonanhngo has joined #openstack-kuryr | 09:32 | |
*** tonanhngo has quit IRC | 09:34 | |
*** yamamoto has quit IRC | 09:35 | |
*** caowei has joined #openstack-kuryr | 09:36 | |
*** yamamoto has joined #openstack-kuryr | 09:36 | |
*** caowei has quit IRC | 09:37 | |
*** yamamoto has quit IRC | 09:38 | |
*** yamamoto has joined #openstack-kuryr | 09:42 | |
*** yamamoto has quit IRC | 09:42 | |
*** yamamoto has joined #openstack-kuryr | 09:46 | |
*** yamamoto has quit IRC | 09:51 | |
openstackgerrit | Danil Golov proposed openstack/kuryr-kubernetes master: Allow setting specific ports for SRIOV handler https://review.openstack.org/478494 | 10:08 |
*** yamamoto has joined #openstack-kuryr | 10:10 | |
*** neiljerram has quit IRC | 10:12 | |
*** yamamoto has quit IRC | 10:12 | |
*** yamamoto has joined #openstack-kuryr | 10:13 | |
*** yamamoto has quit IRC | 10:16 | |
*** yamamoto has joined #openstack-kuryr | 10:16 | |
*** yamamoto has quit IRC | 10:18 | |
*** kiennt has quit IRC | 10:33 | |
*** rwallner has joined #openstack-kuryr | 10:35 | |
kzaitsev_ws | it's a stormy summer here in Moscow %) | 10:43 |
*** yamamoto has joined #openstack-kuryr | 10:52 | |
vikasc | kzaitsev_ws, what is temperature | 11:10 |
kzaitsev_ws | +20C today %) there was a storm though | 11:11 |
vikasc | 20C still pretty cool compared to my place summers, ~40-45C | 11:12 |
vikasc | but now its very pleasant monsoon/rainy season | 11:12 |
kzaitsev_ws | https://www.instagram.com/p/BV9e7VTjXPF/ | 11:13 |
vikasc | summers are gone | 11:13 |
vikasc | looks scary, in the pic | 11:13 |
kzaitsev_ws | not mine photo, took from a news site ) | 11:13 |
vikasc | what is that cloudy cloudy thing? | 11:14 |
vikasc | in the air | 11:14 |
vikasc | fog? | 11:14 |
kzaitsev_ws | I believe it's rain ) | 11:15 |
*** yedongcan has left #openstack-kuryr | 11:15 | |
vikasc | hmm, could be. | 11:16 |
kzaitsev_ws | but it's sunny already. https://yandex.ru/pogoda/moscow/nowcast there's a almost real-time weathermap +) | 11:17 |
kzaitsev_ws | was fun to compare storm behind the window with the map | 11:18 |
vikasc | :) | 11:18 |
*** gouthamr has quit IRC | 11:26 | |
*** yamamoto has quit IRC | 11:34 | |
*** yamamoto has joined #openstack-kuryr | 11:36 | |
openstackgerrit | Kirill Zaitsev proposed openstack/kuryr-kubernetes master: Clarify _is_pending function use https://review.openstack.org/477824 | 11:40 |
dmellado | vikasc: 40-45ºC is terrible xD | 11:53 |
vikasc | dmellado, yes it is :D | 11:53 |
dmellado | we were hitting 40ºC two weeks ago and It made me wanting to flee away from Madrid xD | 11:54 |
vikasc | in some parts of india, it crosses even 50 | 11:56 |
vikasc | :) | 11:56 |
*** yamamoto has quit IRC | 11:58 | |
* dmellado wonders about the humidity | 11:59 | |
dmellado | depending on that it could even be worse xD | 11:59 |
vikasc | no humidity, totally dry with heat waves | 11:59 |
vikasc | :D | 11:59 |
*** longfei_zhang has quit IRC | 12:03 | |
dmellado | then you'd feel like home here xD | 12:03 |
vikasc | :D | 12:12 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/fuxi master: Updated from global requirements https://review.openstack.org/454474 | 12:14 |
kzaitsev_ws | I think it was 40+ all the Austin summit. and from my impression the hotter it was outside the stronger they turned the air conditioning %) | 12:18 |
*** yamamoto has joined #openstack-kuryr | 12:26 | |
*** rwallner has quit IRC | 12:31 | |
dmellado | it was quite hot back there, yeah | 12:40 |
dmellado | I went to visit the coliseum and it was tough xD | 12:40 |
*** salv-orlando has joined #openstack-kuryr | 12:50 | |
*** rwallner has joined #openstack-kuryr | 12:51 | |
*** yamamoto has quit IRC | 12:55 | |
*** salv-orlando has quit IRC | 12:56 | |
*** yamamoto has joined #openstack-kuryr | 12:56 | |
openstackgerrit | Danil Golov proposed openstack/kuryr-kubernetes master: Allow setting specific ports for SRIOV handler https://review.openstack.org/478494 | 12:57 |
*** yamamoto has quit IRC | 13:01 | |
openstackgerrit | Kirill Zaitsev proposed openstack/kuryr-libnetwork master: Use openstackdocstheme over oslosphinx https://review.openstack.org/479308 | 13:28 |
*** tonanhngo has joined #openstack-kuryr | 13:34 | |
*** salv-orlando has joined #openstack-kuryr | 13:34 | |
*** tonanhngo has quit IRC | 13:36 | |
*** salv-orlando has quit IRC | 13:43 | |
*** yamamoto has joined #openstack-kuryr | 13:58 | |
*** kzaitsev_ws has quit IRC | 14:00 | |
*** s1061123 has joined #openstack-kuryr | 14:08 | |
*** yamamoto has quit IRC | 14:10 | |
*** gouthamr has joined #openstack-kuryr | 14:27 | |
*** aojea has quit IRC | 14:34 | |
*** egonzalez has quit IRC | 14:40 | |
*** aojea has joined #openstack-kuryr | 15:47 | |
*** aojea has quit IRC | 15:51 | |
*** kzaitsev_mb has joined #openstack-kuryr | 16:42 | |
*** aojea has joined #openstack-kuryr | 17:04 | |
*** pcaruana has quit IRC | 17:42 | |
*** hongbin has joined #openstack-kuryr | 18:05 | |
*** kzaitsev_mb has quit IRC | 18:19 | |
*** kzaitsev_mb has joined #openstack-kuryr | 18:36 | |
*** rwallner has quit IRC | 18:56 | |
*** rwallner has joined #openstack-kuryr | 18:59 | |
*** kzaitsev_mb has quit IRC | 19:09 | |
*** aojea has quit IRC | 19:09 | |
*** kzaitsev_mb has joined #openstack-kuryr | 19:09 | |
*** pc_m has quit IRC | 19:24 | |
*** pc_m has joined #openstack-kuryr | 19:27 | |
*** rwallner has quit IRC | 19:45 | |
*** rwallner has joined #openstack-kuryr | 19:47 | |
*** rwallner_ has joined #openstack-kuryr | 19:49 | |
*** rwallner has quit IRC | 19:52 | |
*** aojea has joined #openstack-kuryr | 20:01 | |
*** rwallner_ has quit IRC | 20:22 | |
*** rwallner has joined #openstack-kuryr | 20:25 | |
*** rwallner has quit IRC | 20:30 | |
*** aojea has quit IRC | 21:31 | |
*** rwallner has joined #openstack-kuryr | 21:43 | |
*** rwallner has quit IRC | 21:47 | |
*** kzaitsev_mb has quit IRC | 22:31 | |
*** hongbin has quit IRC | 23:23 | |
*** kzaitsev_mb has joined #openstack-kuryr | 23:28 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!