Wednesday, 2020-09-02

*** rcernin_ has joined #openstack-containers00:46
*** rcernin has quit IRC00:47
*** ramishra has quit IRC02:46
*** ramishra has joined #openstack-containers02:46
*** rcernin_ has quit IRC03:19
*** rcernin_ has joined #openstack-containers03:35
*** ykarel has joined #openstack-containers04:18
*** vishalmanchanda has joined #openstack-containers04:55
openstackgerritVishal Manchanda proposed openstack/magnum-ui master: [goal] Migrate testing to ubuntu focal  https://review.opendev.org/74716905:08
*** kevinz has joined #openstack-containers05:34
*** ykarel has quit IRC05:47
*** ykarel has joined #openstack-containers05:47
*** nikparasyr has joined #openstack-containers06:04
openstackgerritVishal Manchanda proposed openstack/magnum-ui master: [goal] Migrate testing to ubuntu focal  https://review.opendev.org/74716906:25
*** rcernin_ has quit IRC06:51
*** rcernin_ has joined #openstack-containers06:55
*** rcernin_ has quit IRC07:35
*** rcernin_ has joined #openstack-containers08:40
*** rcernin_ has quit IRC08:46
flwang1brtknr: spyros: meeting in 5 mins?08:54
brtknr+108:55
brtknrstrigazi doesnt appear to be online08:55
flwang1brtknr: do we need a meeting or open discussion?09:01
flwang1#startmeeting magnum09:02
openstackMeeting started Wed Sep  2 09:02:47 2020 UTC and is due to finish in 60 minutes.  The chair is flwang1. Information about MeetBot at http://wiki.debian.org/MeetBot.09:02
brtknrflwang1: maybe just a open discussion will suffice, i dont have anything in particular on the agenda, maybe apart from 1.19 support09:02
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.09:02
*** openstack changes topic to " (Meeting topic: magnum)"09:02
openstackThe meeting name has been set to 'magnum'09:02
brtknro/09:03
flwang1o/09:03
brtknrwhy not :)09:03
flwang1yep09:03
flwang1i'm trying to build a hyperkube image for v1.19.009:03
flwang1but no luck so far09:03
flwang1i'm still trying to figure out what i'm missing09:03
flwang1and besides that, i'm working on several security enhancements09:04
flwang1as you can see from the code review09:04
brtknras in the hyperkube image fails to build?09:06
brtknrdo you not agree with the approach of using binary?09:06
flwang1i don't mind using binary09:07
flwang1and i know we have to for that way09:07
flwang1but, again09:07
flwang1we can't break the upgrade09:07
brtknryep i think the upgrade needs to include a piece of code to stop old containers and start new processes09:09
flwang1yep, technically it should be able to do that. i just want to highlight this is the baseline09:10
brtknrfedora atomic -> coreos was only breaking because of the operating system incompatibility, dont see why this way it needs to break upgrades09:11
flwang1yes09:11
flwang1btw, did you try v1.18.8? when using v1.18.8, the prometheus-operator failed to start09:11
flwang1i got this http://paste.openstack.org/show/797363/09:12
flwang1any idea?09:12
brtknrI will test now09:13
brtknrIs it repeatable?09:13
flwang1on my local, it is09:14
flwang1it's repeatable09:14
brtknrHave you tried bumping up prometheus operator version?09:14
flwang1i'm using v8.2.209:14
flwang1bumped09:14
brtknrlooks like the latest chart is 9.3.109:15
flwang1ok. i will give it a try09:17
brtknrflwang1: can I ask you to review this PR btw? https://github.com/kubernetes/cloud-provider-openstack/pull/106709:17
brtknrit is for a github action to release cinder csi and manila csi chart09:18
brtknrbut the controversy is around whether the releases should use latest or specific version tags09:18
flwang1sure, it looks good. i will take another look tomorrow09:18
brtknri understand it is master branch but i think release shoudld have specific version tags09:20
flwang1i think it's a similar issue like our heat container agent tag09:22
flwang1http://paste.openstack.org/show/797364/09:24
flwang1this timeout maybe happened earlier09:24
flwang1i know you have done some work for the helm in magnum09:25
flwang1any idea how to debug this?09:25
flwang1#endmeeting09:31
*** openstack changes topic to "OpenStack Containers Team | Meeting: every Wednesday @ 9AM UTC | Agenda: https://etherpad.openstack.org/p/magnum-weekly-meeting"09:31
openstackMeeting ended Wed Sep  2 09:31:35 2020 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)09:31
openstackMinutes:        http://eavesdrop.openstack.org/meetings/magnum/2020/magnum.2020-09-02-09.02.html09:31
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/magnum/2020/magnum.2020-09-02-09.02.txt09:31
openstackLog:            http://eavesdrop.openstack.org/meetings/magnum/2020/magnum.2020-09-02-09.02.log.html09:31
flwang1just in case i forgot :D09:31
brtknrflwang1:09:34
brtknryou can login to the master node09:34
flwang1i have already logged in master node09:34
flwang1and I think the issue is caused by the metrics server failed start09:35
brtknrand try running helm install stable/prometheus-operator --namespace kube-system --name prometheus-operator --version v8.2.2 --values /opt/magnum/install-prometheus-operator-values.yaml09:35
brtknrmaybe change the version to v9.3.1?09:35
flwang1should i run the helm command in the tiller-deploy pod?09:36
flwang1http://paste.openstack.org/show/797365/09:37
flwang1here is what i got09:37
brtknrflwang1: the helm binary live in /srv/magnum/bin09:38
brtknrso i think you can do /srv/magnum/bin/helm09:39
brtknryou shouldnt need to run it from tiller-deploy pod09:39
brtknryou're use helm3 right?09:39
brtknror still helm2?09:39
flwang1no, v2 with tiller09:39
brtknroh, i havent used v2 in a long time09:39
flwang1so i don't have the bin folder09:39
brtknrstill trying to deploy v1.18.8 to see if i can reproduce the problem with helm v309:45
brtknrflwang1: the thing is, with the metachart approach, all dependencies are resolved before chart is installed09:46
brtknrit sounds like you are experiencing different charts installing different dependencies over one another09:46
flwang1but it worked on v1.18.209:47
flwang1i think i found the potential reason09:52
flwang1it's related to the podsecurity policy09:52
brtknri see10:02
brtknrfeel free to propose a fix10:03
flwang1will do10:04
flwang1i have to go10:04
flwang1take care my friend10:04
brtknrflwang1:10:08
brtknrfyi prometheus operator deployed successfully on v1.18.8 using helm310:08
brtknrgood night  :)10:08
*** ykarel has quit IRC10:17
*** ykarel has joined #openstack-containers10:19
*** sapd1_x has joined #openstack-containers10:21
*** yolanda has joined #openstack-containers10:26
*** k_mouza has joined #openstack-containers10:32
*** k_mouza has quit IRC11:09
openstackgerritVishal Manchanda proposed openstack/magnum-ui master: [goal] Migrate testing to ubuntu focal  https://review.opendev.org/74716911:27
*** k_mouza has joined #openstack-containers11:30
*** k_mouza has quit IRC11:31
*** k_mouza has joined #openstack-containers11:32
*** k_mouza has quit IRC11:34
*** dave-mccowan has joined #openstack-containers12:18
*** pcaruana has quit IRC12:30
*** pcaruana has joined #openstack-containers12:35
*** johanssone has quit IRC13:11
*** johanssone has joined #openstack-containers14:36
*** ykarel is now known as ykarel|away15:04
*** ykarel|away has quit IRC15:12
*** mgoddard has quit IRC17:12
*** k_mouza has joined #openstack-containers18:32
*** k_mouza has quit IRC18:36
*** vishalmanchanda has quit IRC18:43
*** nikparasyr has left #openstack-containers19:35
*** sapd1_x has quit IRC21:04
*** rcernin_ has joined #openstack-containers21:07
*** rcernin_ has quit IRC21:12
*** k_mouza has joined #openstack-containers21:12
*** sapd1_x has joined #openstack-containers21:17
*** k_mouza has quit IRC21:21
*** k_mouza has joined #openstack-containers21:27
*** k_mouza has quit IRC21:31
*** brtknr has quit IRC21:59
*** brtknr has joined #openstack-containers22:00
*** k_mouza has joined #openstack-containers22:07
*** k_mouza has quit IRC22:11
*** rcernin_ has joined #openstack-containers22:16
*** k_mouza has joined #openstack-containers22:41
*** k_mouza has quit IRC22:47
*** rcernin_ has quit IRC23:04
*** rcernin has joined #openstack-containers23:04
*** k_mouza has joined #openstack-containers23:19
*** k_mouza has quit IRC23:24
*** irclogbot_2 has quit IRC23:29
*** irclogbot_3 has joined #openstack-containers23:32
*** k_mouza has joined #openstack-containers23:57

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!