*** gianpiet_ has quit IRC | 00:25 | |
*** gianpietro has joined #openstack-kuryr | 00:31 | |
*** gianpietro has quit IRC | 00:32 | |
*** gianpietro has joined #openstack-kuryr | 00:33 | |
*** gianpietro has quit IRC | 00:35 | |
*** gianpietro has joined #openstack-kuryr | 00:43 | |
*** gianpietro has quit IRC | 00:48 | |
*** gianpietro has joined #openstack-kuryr | 01:19 | |
*** gianpietro has quit IRC | 01:24 | |
*** gianpietro has joined #openstack-kuryr | 02:04 | |
*** gianpietro has quit IRC | 02:07 | |
*** gianpiet_ has joined #openstack-kuryr | 02:07 | |
*** hongbin has joined #openstack-kuryr | 02:29 | |
*** gianpiet_ has quit IRC | 02:38 | |
*** gianpietro has joined #openstack-kuryr | 02:41 | |
*** gianpietro has quit IRC | 02:42 | |
*** gianpietro has joined #openstack-kuryr | 02:43 | |
*** gianpietro has quit IRC | 02:47 | |
*** kiennt26 has joined #openstack-kuryr | 03:34 | |
*** kiennt26 has quit IRC | 03:47 | |
*** hongbin has quit IRC | 03:57 | |
*** yboaron_ has quit IRC | 04:42 | |
*** gianpietro has joined #openstack-kuryr | 05:15 | |
*** gianpietro has quit IRC | 05:20 | |
*** gianpietro has joined #openstack-kuryr | 05:41 | |
*** gianpietro has quit IRC | 06:07 | |
*** itzikb has joined #openstack-kuryr | 06:23 | |
*** yboaron_ has joined #openstack-kuryr | 06:39 | |
ltomasbo | dulek, it will be great if you look at these two to see if we fix the pool/namespace gates: https://review.openstack.org/#/c/603121/ https://review.openstack.org/#/c/599576/ | 06:41 |
---|---|---|
*** janki has joined #openstack-kuryr | 06:51 | |
dulek | ltomasbo: Sure, was planning to, but yesterday debugging gates consumed me again. :P | 07:12 |
*** celebdor has joined #openstack-kuryr | 07:14 | |
ltomasbo | :D | 07:14 |
*** janki has quit IRC | 07:19 | |
*** openstackgerrit has quit IRC | 07:35 | |
*** garyloug has joined #openstack-kuryr | 08:23 | |
dulek | xDDDD | 08:24 |
*** garyloug has quit IRC | 08:24 | |
dulek | Tests in test_public_ip.py are completely broken. | 08:24 |
dulek | They're testing a method that is mocked, so no core is run. | 08:24 |
celebdor | :'( | 08:47 |
*** openstackgerrit has joined #openstack-kuryr | 09:00 | |
openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Ignore exc on FIP association if state is correct https://review.openstack.org/611542 | 09:00 |
*** gkadam has joined #openstack-kuryr | 09:21 | |
*** gkadam has quit IRC | 09:21 | |
*** itzikb has quit IRC | 09:40 | |
openstackgerrit | Yossi Boaron proposed openstack/kuryr-tempest-plugin master: Add support for UDP in kuryr/demo container https://review.openstack.org/611348 | 09:41 |
openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Ignore exc on FIP association if state is correct https://review.openstack.org/611542 | 10:12 |
openstackgerrit | Merged openstack/kuryr-kubernetes master: Fix devstack deployment when ovn-provider is selected https://review.openstack.org/606999 | 10:18 |
dulek | Oh my, that one's really good! | 10:25 |
dulek | So I'm debugging a timeout gate issue. | 10:25 |
dulek | And I've just realized that it simply hit the US DST change. | 10:25 |
dulek | xDDD | 10:25 |
openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Add HA gate https://review.openstack.org/588223 | 10:31 |
celebdor | lol | 10:36 |
*** maysams has joined #openstack-kuryr | 11:01 | |
dulek | celebdor: I think I've tracked the issues with etcd (https://bugs.launchpad.net/kuryr-kubernetes/+bug/1798120) to the merge of new k8s compatibility. :( | 11:36 |
openstack | Launchpad bug 1798120 in kuryr-kubernetes "kubernetes-scheduler isn't restarted on crash" [Undecided,In progress] - Assigned to Michal Dulko (michal-dulko-f) | 11:36 |
dulek | celebdor: Those issues started to show up at 9.10, your commit was merged on 4th, a weekend before. | 11:37 |
*** aperevalov has joined #openstack-kuryr | 11:48 | |
openstackgerrit | Yossi Boaron proposed openstack/kuryr-tempest-plugin master: Add support for UDP in kuryr/demo container https://review.openstack.org/611348 | 11:53 |
celebdor | dulek: and what are the etcd issues? | 11:57 |
openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Fix tests in test_public_ip.py https://review.openstack.org/611584 | 12:07 |
dulek | celebdor: Performance one - http://logs.openstack.org/71/610571/3/check/kuryr-kubernetes-tempest-octavia/0e68eb4/controller/logs/screen-etcd.txt.gz#_Oct_16_10_06_11_512022 | 12:07 |
dulek | celebdor: So etcd pauses for that sync duration, causing kubernetes-controller-manager and scheduler to die. | 12:08 |
celebdor | :O | 12:08 |
dulek | celebdor: Partial fix is to just restart them on that occasion, which is implemented in patch linked in the bugreport. | 12:08 |
celebdor | mmm | 12:09 |
celebdor | maybe we sould check how old the etcd is | 12:09 |
openstackgerrit | Genadi Chereshnya proposed openstack/kuryr-tempest-plugin master: Function for updating configMap https://review.openstack.org/599576 | 12:10 |
dulek | celebdor: We force a version? | 12:11 |
celebdor | dulek: try to change the settings to set | 12:12 |
celebdor | ETCD_DOWNLOAD_URL=https://github.com/etcd-io/etcd/releases/download | 12:13 |
celebdor | ETCD_VERSION=v3.3.10 | 12:13 |
dulek | celebdor: Yeah, I see that DevStack uses version from 7 months ago… | 12:15 |
dulek | And why no https://github.com/coreos/etcd/releases/download that is the default? | 12:15 |
celebdor | dulek: cause that's outdated | 12:18 |
celebdor | it still works | 12:18 |
celebdor | and redirects you to etcd-io | 12:18 |
celebdor | dulek: try going to https://github.com/etcd-io/etcd/releases and you'll see | 12:18 |
dulek | celebdor: Okay, let's see what I can do with that. | 12:18 |
dulek | celebdor: I'd also remove etcd_legacy from DevStack plugin. | 12:18 |
celebdor | dulek: putting it on the gate config should be enough | 12:19 |
celebdor | if testing locally, just stick it on local.conf | 12:19 |
celebdor | dulek: yes, please, remove the legacy | 12:19 |
celebdor | and I need to add support for newer openshift | 12:19 |
celebdor | :/ | 12:19 |
*** yboaron_ has quit IRC | 12:29 | |
*** yboaron_ has joined #openstack-kuryr | 12:29 | |
*** dims has quit IRC | 12:30 | |
*** dims has joined #openstack-kuryr | 12:33 | |
*** gkadam has joined #openstack-kuryr | 12:34 | |
*** maysams has quit IRC | 13:13 | |
*** gianpietro has joined #openstack-kuryr | 13:20 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Ensure namespace and network policy compatibility https://review.openstack.org/611606 | 13:36 |
openstackgerrit | Yossi Boaron proposed openstack/kuryr-tempest-plugin master: Add support for UDP in kuryr/demo container https://review.openstack.org/611348 | 13:37 |
*** yboaron_ has quit IRC | 13:47 | |
*** gkadam has quit IRC | 13:59 | |
*** gkadam has joined #openstack-kuryr | 13:59 | |
*** yboaron_ has joined #openstack-kuryr | 14:09 | |
*** maysams has joined #openstack-kuryr | 14:13 | |
*** maysams has quit IRC | 14:14 | |
*** gkadam_ has joined #openstack-kuryr | 14:33 | |
*** gkadam has quit IRC | 14:35 | |
*** maysams has joined #openstack-kuryr | 14:53 | |
openstackgerrit | Yossi Boaron proposed openstack/kuryr-kubernetes master: K8S-services: add support for UDP ports https://review.openstack.org/607938 | 15:07 |
openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Remove etcd_legacy https://review.openstack.org/611649 | 15:08 |
*** gianpietro has quit IRC | 15:37 | |
*** gianpietro has joined #openstack-kuryr | 15:37 | |
*** gkadam_ has quit IRC | 15:38 | |
*** yboaron_ has quit IRC | 15:39 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Ensure namespace and network policy compatibility https://review.openstack.org/611606 | 15:39 |
openstackgerrit | Merged openstack/kuryr-kubernetes master: Enable `--restart on-failure` for K8s containers https://review.openstack.org/611007 | 15:49 |
*** gianpietro has quit IRC | 16:48 | |
*** celebdor has quit IRC | 17:09 | |
*** gianpietro has joined #openstack-kuryr | 17:11 | |
*** gianpietro has quit IRC | 17:18 | |
*** gianpietro has joined #openstack-kuryr | 17:19 | |
*** maysams has quit IRC | 17:31 | |
*** gianpietro has quit IRC | 17:44 | |
*** gianpietro has joined #openstack-kuryr | 17:45 | |
*** gianpietro has quit IRC | 17:49 | |
*** itzikb has joined #openstack-kuryr | 18:33 | |
*** itzikb has quit IRC | 19:58 | |
*** gianpietro has joined #openstack-kuryr | 20:01 | |
*** gianpietro has quit IRC | 20:34 | |
*** gianpietro has joined #openstack-kuryr | 20:35 | |
*** openstackgerrit has quit IRC | 20:36 | |
*** gianpietro has quit IRC | 20:39 | |
*** pcaruana has quit IRC | 20:44 | |
*** gianpietro has joined #openstack-kuryr | 21:52 | |
*** gianpietro has quit IRC | 21:54 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!