opendevreview | Mohammed Naser proposed openstack/magnum-ui master: fix: disable resizing for admins https://review.opendev.org/c/openstack/magnum-ui/+/874358 | 00:56 |
---|---|---|
jakeyip | mnasiadka: ah got you. something that denotes what version of kubernetes, but not using kube_tag | 09:16 |
mnasiadka | jakeyip: we could backport the fcos37 support to stable branches, don't you think? | 09:19 |
jakeyip | mnasiadka: hm, in PTG we said backport for bugs only | 10:25 |
jakeyip | technically possible, might have to discuss how many versions back we want to do it | 10:26 |
jakeyip | LarsErikP: did you email me by any chance? :D | 10:27 |
mnasiadka | jakeyip: well, it's not a bug, but it's not really a feature - and it would bring benefit to users | 10:31 |
jakeyip | mnasiadka: I agree. Internally we will backport it to Yoga too. | 10:33 |
jakeyip | however for upstream code we got to make sure it doesn't break the support FCOS35 | 10:34 |
jakeyip | supported FCOS35 | 10:34 |
LarsErikP | jakeyip: do you work at ARDC? :P | 11:37 |
LarsErikP | still struggling btw.. I can't figure this out.. | 11:38 |
LarsErikP | jakeyip: found some errors in some auth_urls here. Got much further now. But with containerd, I'm hitting this: https://storyboard.openstack.org/#!/story/2010041 | 12:24 |
jakeyip | LarsErikP: yes I do : | 12:42 |
jakeyip | LarsErikP: that only affects FCOS36 and 37, are you using that? | 12:44 |
LarsErikP | jakeyip: nope. FCOS35 | 12:47 |
LarsErikP | but I saw logs indicating that it could not find flannel in /usr/libexec... | 12:47 |
jakeyip | can you dump `/etc/containerd/config.toml` on the host? | 12:48 |
LarsErikP | hold on. then I need to create a new cluster that doesn't work :P I just threw out containerd, and now it seems to work :P | 12:49 |
jakeyip | I am super confused :) | 12:52 |
LarsErikP | haha | 12:52 |
jakeyip | ah btw did you use the version of containerd I sent you | 12:53 |
LarsErikP | yep | 12:53 |
LarsErikP | pretty sure I did that on the last attempt at least. I lost a bit of track of mye attempts her tbh :p | 12:54 |
LarsErikP | Now I have something working with calico (as we've always used), and without containerd. on FCOS35. But it would be nice to run containerd, because that's supposed to be the new default - am I right? | 12:55 |
jakeyip | you using v1.23 ? | 13:00 |
LarsErikP | yes. Went for v1.23.16 | 13:02 |
LarsErikP | started a new cluster with (parts of) the template you sent me now: https://paste.opendev.org/show/by1nYJteVerjaoWf2H78/ | 13:05 |
LarsErikP | jakeyip: https://paste.opendev.org/show/bbW2qNKp1iirSB6dVk6A/ here is /etc/containerd/config.toml | 13:08 |
jakeyip | that looks suspiciously like fcos36 / 37 | 13:10 |
LarsErikP | mm, and then: https://paste.opendev.org/show/baLWCZII0Gulz2gEQHhW/ | 13:12 |
LarsErikP | but, didn't you state yourself in the bug report that it seemed to affect FCOS 35 as well? :P | 13:13 |
jakeyip | `rpm -qa | grep containerd` | 13:14 |
jakeyip | nah I think the title is wrong | 13:14 |
LarsErikP | containerd-1.6.2-1.fc35.x86_64 | 13:15 |
jakeyip | or maybe give me the fedora-coreos-35 version you downloaded | 13:15 |
LarsErikP | fedora-coreos-35.20220424.3.0-openstack.x86_64.qcow2 | 13:15 |
jakeyip | ah that's the problem | 13:15 |
LarsErikP | https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/35.20220424.3.0/x86_64/fedora-coreos-35.20220424.3.0-openstack.x86_64.qcow2.xz | 13:16 |
LarsErikP | that.. was the latest FCOS35 release, wasn't it? | 13:16 |
jakeyip | yeah they must have updated the containerd version | 13:16 |
LarsErikP | aha | 13:16 |
LarsErikP | great :P | 13:16 |
jakeyip | ours is `containerd-1.5.8-1.fc35.x86_64` | 13:17 |
jakeyip | 1.6.x is the one which has the problematic config.toml | 13:17 |
LarsErikP | right.. what a mess :P | 13:18 |
LarsErikP | uh.. it actually completed whough.. wtf | 13:19 |
LarsErikP | though* | 13:19 |
jakeyip | nah the flannel / calico containers won't come up | 13:20 |
jakeyip | fake news :P | 13:20 |
jakeyip | ok, ours should be fedora-coreos-35.20220116.3.0-openstack.x86_64.qcow2 | 13:21 |
jakeyip | why fcos do such a big change between builds :) | 13:22 |
LarsErikP | good question... | 13:23 |
LarsErikP | I'm tempted to push this problem to our Zed upgrade :P | 13:23 |
LarsErikP | because I have something working here now.. hehe | 13:24 |
jakeyip | well if you slightly downgrade your fcos version it'll work with containerd | 13:24 |
jakeyip | and... those patches only landed in Antelope, sorry :P | 13:24 |
LarsErikP | dang.. I can't win :P | 13:25 |
opendevreview | Tyler proposed openstack/magnum-tempest-plugin master: DNM: WIP Get tests passing on cluster-api https://review.opendev.org/c/openstack/magnum-tempest-plugin/+/872759 | 13:29 |
jakeyip | anybody uses docker-swarm? | 13:37 |
LarsErikP | nope | 13:59 |
LarsErikP | jakeyip: worked fine with containerd and that slightly older image | 14:14 |
opendevreview | Tyler proposed openstack/magnum master: Update devstack plugin with capi management https://review.opendev.org/c/openstack/magnum/+/872755 | 14:37 |
opendevreview | Tyler proposed openstack/magnum-tempest-plugin master: DNM: WIP Get tests passing on cluster-api https://review.opendev.org/c/openstack/magnum-tempest-plugin/+/872759 | 14:39 |
opendevreview | Tyler proposed openstack/magnum master: Update devstack plugin with capi management https://review.opendev.org/c/openstack/magnum/+/872755 | 15:33 |
*** gmann is now known as gmann_afk | 18:37 | |
*** gmann_afk is now known as gmann | 18:51 | |
opendevreview | Mohammed Naser proposed openstack/magnum-ui master: fix: disable resizing for admins https://review.opendev.org/c/openstack/magnum-ui/+/874358 | 19:48 |
opendevreview | Merged openstack/magnum-ui master: Fix tox https://review.opendev.org/c/openstack/magnum-ui/+/874088 | 20:02 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!