*** ivve has quit IRC | 00:04 | |
*** strobert1 has quit IRC | 00:32 | |
*** strobert1 has joined #openstack-containers | 01:09 | |
*** iokiwi has quit IRC | 01:39 | |
*** spsurya has joined #openstack-containers | 01:40 | |
*** iokiwi has joined #openstack-containers | 01:43 | |
*** ricolin has joined #openstack-containers | 01:52 | |
*** trungnv has joined #openstack-containers | 02:52 | |
*** goldyfruit_ has joined #openstack-containers | 03:02 | |
*** trungnv has quit IRC | 03:18 | |
*** udesale has joined #openstack-containers | 03:44 | |
*** goldyfruit_ has quit IRC | 04:01 | |
*** namrata has joined #openstack-containers | 04:44 | |
*** threestrands has quit IRC | 05:51 | |
*** elenalindq has joined #openstack-containers | 06:16 | |
*** pcaruana has joined #openstack-containers | 06:34 | |
*** xinliang has joined #openstack-containers | 06:53 | |
*** lpetrut has joined #openstack-containers | 07:13 | |
*** flwang1 has joined #openstack-containers | 08:50 | |
flwang1 | strigazi: brtknr: meeting ? | 08:50 |
---|---|---|
flwang1 | strigazi: brtknr: if you guys are busy today, we can skip this one and go for the virtual PTG tomorrow | 08:55 |
*** ivve has joined #openstack-containers | 08:58 | |
brtknr | Morning flwang1 | 09:01 |
flwang1 | brtknr: morning | 09:01 |
flwang1 | seems strigazi is not around | 09:01 |
brtknr | I thought we were skipping the meeting today but happy to discuss informally if any pressing mattera | 09:01 |
brtknr | i have added a few things to the virtual ptg agenda | 09:02 |
namrata | flwang1 brtknr I have an issue to raise should i ask here or if you can tell me how to join the virtual PTG I can ask there | 09:02 |
flwang1 | brtknr: i saw that, thank you for your input | 09:02 |
flwang1 | namrata: the virtual PTG will be used to discuss the roadmap, features or critical bugs, etc | 09:03 |
flwang1 | namrata: that said, you're welcome to ask your question here | 09:03 |
namrata | Hi Folks,I would like to get your attention to an issue we are facing that kube-system pods are in pending status as the nodes are tainted and we also see missing openstack cloud controller pod. The issue is explained here briefly http://lists.openstack.org/pipermail/openstack-discuss/2019-November/011166.html. | 09:04 |
brtknr | namrata: nais this releated to the mai?l you sent yesterday | 09:04 |
flwang1 | brtknr: need your review for https://review.opendev.org/#/c/696204/ | 09:04 |
namrata | brtknr yes and our internal discussion had a conclusion that running different services on different regions with different releases is not a good idea | 09:05 |
flwang1 | namrata: what's your node status? | 09:05 |
brtknr | flwang1: see the discussion in the link namrata shared | 09:06 |
namrata | flwang1 namrata@namrata-HP-Pavilion-13-Notebook-PC:~$ kubectl get nodesNAME STATUS ROLES AGE VERSIONcluster-test-tzwgj5g6klcc-master-0 Ready <none> 3h12m v1.13.12cluster-test-tzwgj5g6klcc-minion-0 Ready <none> 3h12m v1.13.12 | 09:06 |
flwang1 | brtknr: can you show me 'kubectl get deployments -n kube-system' | 09:07 |
brtknr | flwang1: I am not sure if we are plannig to do backports to stabilise rocky release | 09:07 |
brtknr | flwang1: you mean namrata :P | 09:08 |
flwang1 | flwang: yep, sorry | 09:08 |
elenalindq | brtknr flwang1 We are in a very difficult situation with part of our production down for two weeks now. :( To update Magnum is not an option for us. | 09:08 |
flwang1 | namrata: can you pls run 'kubectl get node -o wide' | 09:08 |
namrata | and brtknr and flwang1 if i use kube_tag 1.13.12 I see deamonset cloud controller manager http://paste.openstack.org/show/786776/ | 09:08 |
brtknr | namrata: so it is working? | 09:08 |
namrata | http://paste.openstack.org/show/786777/ | 09:09 |
namrata | no then too its not working | 09:09 |
flwang1 | namrata: ok, can you run kubectl patch node ${INSTANCE_NAME} --patch '{"metadata": {"labels": {"node-role.kubernetes.io/master": ""}}}' on your master nodes? | 09:10 |
flwang1 | replace instance_name with your master node name | 09:10 |
*** xinliang has quit IRC | 09:10 | |
brtknr | kubectl patch node `hostname -s` --patch '{"metadata": {"labels": {"node-role.kubernetes.io/master": ""}}}' | 09:11 |
brtknr | if executing on master node itself ^ | 09:11 |
namrata | running cloud controller manager pod http://paste.openstack.org/ | 09:11 |
flwang1 | now you should be able to get IP for your nodes | 09:12 |
brtknr | elenalindq: thats a shame, were you given any reason why they dont want to run newer release? | 09:12 |
flwang1 | elenalindq: are you in same company with namrata ? | 09:13 |
namrata | yes we work together | 09:13 |
elenalindq | brtknr It means we need to upgrade other openstack components, at least heat, from what I understand. There are other customers hosted in this one region out of seven. | 09:13 |
elenalindq | flwang1: yes, me and namrata are colleagues | 09:14 |
flwang1 | ok, good to know | 09:14 |
brtknr | elenalindq: that is an invalid assumption, magnum train release requires minimum queens heat | 09:14 |
flwang1 | namrata: can you let me know if you can see the ccm is being created now? | 09:14 |
brtknr | magnum train release only requires train heat to run fedora coreos | 09:14 |
namrata | flwang1 checking | 09:15 |
namrata | flwang1 worked for me on kube_tag 1.13.12 | 09:16 |
namrata | but is there other way without manually patching it | 09:16 |
namrata | if you suggest any backports needed and help me I can do the same | 09:16 |
flwang1 | namrata: cherry pick this patch https://review.opendev.org/#/c/695632/ | 09:16 |
brtknr | namrata: you need this backport https://review.opendev.org/#/c/695632/ | 09:16 |
brtknr | flwang1: oops you beat me to it | 09:17 |
namrata | brtknr flwang1 thanks a lot for your help and time. Highly appreciated | 09:17 |
flwang1 | brtknr: i'm quick typer :) | 09:17 |
flwang1 | namrata: you're welcome, i found it just several days ago | 09:18 |
namrata | and brtknrĀ special thanksĀ ! For always answering and replying to the issues | 09:18 |
flwang1 | namrata: both you and elenalindq work for city networks, right? | 09:19 |
openstackgerrit | Namrata proposed openstack/magnum stable/rocky: k8s_fedora: Label master nodes with kubectl https://review.opendev.org/696253 | 09:19 |
elenalindq | flwang1: yes, correct | 09:19 |
namrata | yes correct | 09:19 |
flwang1 | elenalindq: cool | 09:19 |
flwang1 | it would be nice if you guys can join magnum community | 09:20 |
flwang1 | so that you can always get the up to date status of this project | 09:20 |
namrata | I am interested in contributing to the project | 09:20 |
flwang1 | and we would be very happy to see the feedback from your side too | 09:20 |
brtknr | flwang1: rocky tests are failimg | 09:21 |
flwang1 | namrata: cool | 09:21 |
brtknr | i wonder if we need to disable for tests | 09:21 |
flwang1 | brtknr: what's the problem? | 09:21 |
brtknr | e.g. https://review.opendev.org/#/c/695371/ | 09:21 |
flwang1 | py2? | 09:21 |
brtknr | functional-api | 09:21 |
flwang1 | hmm... seems the devstack failed | 09:22 |
brtknr | elenalindq: did you see my message that stein magnum is compatible with queens heat | 09:22 |
brtknr | flwang1: thats it... this test has been rechecked lots of times... i am not sure how we can backport anything to rocky | 09:23 |
brtknr | suppose we could make the functional api non-voting | 09:24 |
namrata | flwang1 is this fix going to work with kube_tag 1.14.8 also where daemonset.apps/openstack-cloud-controller-manager is mising | 09:24 |
flwang1 | hmm... i will double check it tomorrow. i have no idea at this moment | 09:24 |
flwang1 | namrata: i'm pretty sure it will fix the issue for v.14.8 and v1.15.6 | 09:25 |
namrata | okay v.1.5.6 also. Okay great i will test and will update you | 09:25 |
brtknr | namrata: from what you shared with me lat time, 1.14.8 did not have a daemonset at all | 09:25 |
brtknr | 1.15.6 will 100% not work on rocky | 09:25 |
brtknr | flwang1: ^ we only just managed to get 1.15 working on stable/stein | 09:26 |
elenalindq | brtknr I did , I really appreciate your feedback and all your help. I cannot comment on that, other than I think upgrade of one openstack component is not a good practice. | 09:26 |
flwang1 | namrata: sorry, you're using rocky? | 09:27 |
flwang1 | then i'm not sure | 09:27 |
flwang1 | v1.15.6 can work on stein | 09:27 |
namrata | brtknr yes 1.14.8 had no deamonset | 09:28 |
namrata | yes rocky | 09:28 |
flwang1 | namrata: what do you mean "had no daemonset"? | 09:28 |
brtknr | elenalindq: then i suggest upgrading your openstack :) i understand upgrading single openstack component is not generally a good idea but in the case of magnum, this is not strictly true | 09:28 |
openstackgerrit | Feilong Wang proposed openstack/magnum master: WIP: [k8s] Support docker storage driver for fedora coreos driver https://review.opendev.org/696256 | 09:29 |
namrata | flwang1 http://paste.openstack.org/show/786729/ this is for v1.14.8 | 09:29 |
brtknr | because magnum more tries to keep up with kubernetes releases more than openstack releases... hence magnum train supports all the way back to queens heat | 09:29 |
flwang1 | then you should debug why there is no ds for ccm | 09:29 |
brtknr | which is the main magnum dependency | 09:29 |
*** openstackstatus has quit IRC | 09:30 | |
namrata | ds only gets created with one kube_tag version i.e v1.13.12 | 09:30 |
flwang1 | namrata: check if this line is called https://github.com/openstack/magnum/blob/stable/rocky/magnum/drivers/common/templates/kubernetes/fragments/kube-apiserver-to-kubelet-role.sh#L322 | 09:31 |
flwang1 | when using kube_tag v1.14.8 | 09:31 |
flwang1 | i can't stay long, it's 10:30PM here, sorry | 09:32 |
flwang1 | brtknr maybe able to help | 09:32 |
namrata | okay thanks flwang1 I will test and let you know | 09:32 |
namrata | okay | 09:32 |
brtknr | namrata: try doing kubectl apply -f /srv/magnum/kubernetes/openstack-cloud-controller-manager.yaml on master node and see what it complains about | 09:32 |
flwang1 | brtknr: pls help review https://review.opendev.org/#/c/696204/ when you have time | 09:33 |
brtknr | flwang1: will do | 09:33 |
flwang1 | we also need to cherrypick it to train | 09:33 |
brtknr | flwang1: one last tthing | 09:33 |
namrata | brtknr i will create one cluster of v1.14.8 and test and ping you | 09:33 |
brtknr | any suggestions about how to get around breaking tests on rocky? | 09:33 |
elenalindq | brtknr I will pass on your comments :). Wish I could snap my fingers and upgrade Openstack, if only it was that simple. :) | 09:33 |
flwang1 | brtknr: i will check if the devstack works for other services firstly | 09:34 |
flwang1 | if it works for other services, then we may need to debug the devstack plugin of magnum rocky | 09:34 |
flwang1 | otherwise, we may need to ask help from openstack infra team to fix the devstack for rocky | 09:34 |
brtknr | flwang1: hmm okay | 09:35 |
*** udesale has quit IRC | 09:35 | |
brtknr | flwang1: i see wht the problem is | 09:36 |
brtknr | its trying to download fedora atomic 27 image which is now EOL | 09:36 |
brtknr | that URL no longer exists | 09:36 |
*** udesale has joined #openstack-containers | 09:37 | |
flwang1 | brtknr: ok, then it should be easy to fix | 09:37 |
flwang1 | i have to offline now | 09:38 |
*** udesale has quit IRC | 09:39 | |
*** udesale has joined #openstack-containers | 09:39 | |
*** udesale has quit IRC | 09:41 | |
*** udesale has joined #openstack-containers | 09:41 | |
*** udesale has quit IRC | 09:42 | |
*** udesale has joined #openstack-containers | 09:42 | |
openstackgerrit | Bharat Kunwar proposed openstack/magnum stable/rocky: Using Fedora Atomic 29 as default image https://review.opendev.org/696262 | 09:43 |
brtknr | flwang1: goodnight :) | 09:44 |
namrata | brtknr after applying kubectl apply -f /srv/magnum/kubernetes/openstack-cloud-controller-manager.yaml tp the master node it gives a deamonset | 09:48 |
namrata | http://paste.openstack.org/show/786783/ | 09:48 |
brtknr | namrata: now try labelling the master node again? | 09:53 |
openstackgerrit | Diogo Guerra proposed openstack/magnum master: Add prometheus-adapter https://review.opendev.org/691646 | 09:54 |
namrata | brtknr means kubectl patch node ${INSTANCE_NAME} --patch '{"metadata": {"labels": {"node-role.kubernetes.io/master": ""}}}' on your master nodes | 09:54 |
openstackgerrit | Andrei Nistor proposed openstack/magnum-ui stable/train: Add missing hidden option to cluster template https://review.opendev.org/696270 | 09:54 |
andrein | Good morning! | 09:57 |
andrein | brtknr: I see the hidden option fix was merged, I've proposed a cherry pick into stable/stein ^^ | 09:58 |
*** udesale has quit IRC | 10:03 | |
*** udesale has joined #openstack-containers | 10:04 | |
*** rcernin has quit IRC | 10:31 | |
brtknr | andrein: yep we move fast :D | 10:32 |
namrata | brtknr by labeeling do you meant ubectl patch node ${INSTANCE_NAME} --patch '{"metadata": {"labels": {"node-role.kubernetes.io/master": ""}}}' on your master nodes | 10:35 |
brtknr | namrata: thats right | 10:35 |
brtknr | replace ${INSTANCE_NAME} with `hostname -s` for ease | 10:36 |
openstackgerrit | Bharat Kunwar proposed openstack/magnum stable/rocky: Using Fedora Atomic 29 as default image https://review.opendev.org/696262 | 10:38 |
namrata | brtknr http://paste.openstack.org/show/786786/ | 10:38 |
namrata | nodes are tainted thats why other pods are in pending state | 10:39 |
brtknr | can you share me the output of journalctl -u heat-container-agent | nc seashells.io 1337 | 10:40 |
brtknr | from master node | 10:40 |
namrata | oh I spoke too early | 10:40 |
namrata | http://paste.openstack.org/show/786787/ | 10:40 |
namrata | brtknr pod are running | 10:40 |
brtknr | namrata: okay good | 10:40 |
brtknr | you just need that 1 backport then | 10:40 |
brtknr | are you using fa29? | 10:41 |
namrata | no f27 | 10:41 |
brtknr | ok | 10:41 |
brtknr | have you tested with fa29? | 10:41 |
brtknr | by any chance? | 10:42 |
namrata | yes I have tested with fa29 and I get same result | 10:42 |
brtknr | ok | 10:42 |
namrata | so I need only https://review.opendev.org/#/c/695632/ this backport nothing for v1.14.8 ds not coming up | 10:42 |
brtknr | can you share with me the output of heat container agent | 10:43 |
brtknr | ds is not applying for a different reason | 10:43 |
brtknr | thats what I'm tryign to work out | 10:43 |
brtknr | also the output of /var/log/cloud-init-output.log | 10:43 |
brtknr | best thing to do is `cat /var/log/cloud-init-output.log | nc seashells.io 1337` | 10:44 |
brtknr | that i know of :) | 10:44 |
andrein | brtknr: is there any list somewhere with the supported OS image/kubernetes versions? | 10:44 |
brtknr | andrein: such a list quickly goes out of date... | 10:44 |
brtknr | hence we havent maintained it | 10:45 |
brtknr | andrein: i tried to make one for kube_tag a little while ago: https://review.opendev.org/#/c/685675/ | 10:45 |
andrein | that's one of the major issues I've had when starting up with magnum... spent a couple of days trying stuff | 10:45 |
brtknr | andrein: thats usually the best way really... there are so many configurations and everyone has a different requirement | 10:46 |
openstackgerrit | Merged openstack/magnum-ui stable/train: Add missing hidden option to cluster template https://review.opendev.org/696270 | 10:46 |
brtknr | andrein: i am not sure if magnum-ui works without cutting a release... | 10:46 |
*** rcernin has joined #openstack-containers | 10:47 | |
andrein | brtknr: How can I pull https://review.opendev.org/#/c/696179/2 into my local checkout? | 10:48 |
andrein | I've reproduced the bug, I'd like to test the fix | 10:49 |
brtknr | andrein: git review -d 696179 | 10:49 |
brtknr | is that what you mean? | 10:49 |
namrata | brtknr journalctl -u heat-container-agent | nc seashells.io 1337serving at https://seashells.io/v/TBenhQ6mcat /var/log/cloud-init-output.log | nc seashells.io 1337serving at https://seashells.io/v/pgmBNe2T | 10:50 |
andrein | brtknr: yep, that's what I was looking for | 10:51 |
brtknr | namrata: i found your problem: error: SchemaError(io.k8s.api.apps.v1beta1.StatefulSetSpec): invalid object doesn't have additional properties | 10:51 |
namrata | so is this issue with the particular image | 10:52 |
brtknr | namrata: can you try with label `heat_container_agent_tag=train-stable` | 10:52 |
brtknr | when you spawn the cluster | 10:52 |
namrata | okay will try | 10:53 |
brtknr | and see if the damonset appears | 10:53 |
namrata | okay | 10:53 |
*** sapd1 has joined #openstack-containers | 10:59 | |
*** udesale has quit IRC | 11:19 | |
andrein | brtknr: you mentioned something about a release of magnum-ui earlier. who can do that? | 11:26 |
brtknr | andrein: anyone in there | 11:29 |
brtknr | andrein: anyone in theory | 11:29 |
brtknr | openstack/releases repo | 11:29 |
brtknr | andrein: do you want to cut a new release? 5.2.1? | 11:31 |
*** rcernin has quit IRC | 11:31 | |
andrein | ooooo, sounds fancy :) I'm in | 11:31 |
andrein | shall we wait for https://review.opendev.org/#/c/696179/2 first? | 11:31 |
brtknr | andrein: https://review.opendev.org/#/c/691311/ | 11:32 |
brtknr | andrein: example ^ | 11:33 |
brtknr | andrein: I've just +2ed it | 11:33 |
andrein | thanks! | 11:33 |
openstackgerrit | Andrei Nistor proposed openstack/magnum-ui stable/train: Set empty default value for docker_storage_driver https://review.opendev.org/696289 | 11:34 |
andrein | ^^ cherry pick | 11:34 |
brtknr | It needs -x | 11:34 |
brtknr | the (cherry picked from) bit | 11:34 |
brtknr | andrein: | 11:34 |
andrein | hmmm | 11:37 |
andrein | what do you mean by -x ? | 11:37 |
brtknr | git cherry-pick -x | 11:39 |
brtknr | for provenance | 11:39 |
*** sapd1 has quit IRC | 11:39 | |
brtknr | andrein: | 11:39 |
andrein | I just used the cherry-pick button in gerrit. | 11:40 |
andrein | how do I fix this? | 11:40 |
brtknr | you could manually edit the commit message | 11:40 |
brtknr | (cherry picked from commit 2d2ea7422a6c761b5d8a99e684c5267912afdbe3) | 11:42 |
openstackgerrit | Merged openstack/magnum-ui master: Set empty default value for docker_storage_driver https://review.opendev.org/696179 | 11:44 |
brtknr | andrein: ^ | 11:51 |
openstackgerrit | Namrata proposed openstack/magnum stable/rocky: k8s_fedora: Label master nodes with kubectl https://review.opendev.org/696253 | 11:51 |
brtknr | namrata: it would be good if you could cherry-pick with -x flag | 11:52 |
namrata | so should I do it again | 11:53 |
andrein | brtknr: https://review.opendev.org/#/c/696289/ is it OK now? | 11:54 |
brtknr | namrata: just edit the commit message, same as adrein | 11:56 |
brtknr | andrein: you might need to "publish" changes | 11:59 |
openstackgerrit | Andrei Nistor proposed openstack/magnum-ui stable/train: Set empty default value for docker_storage_driver https://review.opendev.org/696289 | 11:59 |
brtknr | if you are doing via gerrit | 12:00 |
andrein | ah, didn't see the button :) | 12:00 |
andrein | done now | 12:00 |
openstackgerrit | Namrata proposed openstack/magnum stable/rocky: k8s_fedora: Label master nodes with kubectl https://review.opendev.org/696253 | 12:09 |
brtknr | andrein: cool, merged, feel free to propose a release | 12:09 |
brtknr | namrata: where does commit id 6b0fa1805f954c13d64c2905e7e9f3e4ba33c5ae come from? | 12:15 |
brtknr | hmm looks like other cherry-picks have it too | 12:16 |
brtknr | strange | 12:16 |
namrata | yes | 12:17 |
namrata | i also checked | 12:17 |
namrata | other commits also have | 12:17 |
namrata | that | 12:17 |
openstackgerrit | Merged openstack/magnum-ui stable/train: Set empty default value for docker_storage_driver https://review.opendev.org/696289 | 12:22 |
andrein | namrata: I think gerrit adds the "cherry picked from" only if the cherry picked commit has already been merged. | 13:31 |
andrein | brtknr: I'll start working on the release | 13:32 |
andrein | brtknr: is new-release some kind of helper script? https://review.opendev.org/#/c/691311/2/deliverables/train/magnum.yaml@24 | 13:37 |
*** udesale has joined #openstack-containers | 13:38 | |
brtknr | andrein: yes, in the releases checkout, you need to run something like: ./tools/new_release.sh train magnum-ui bugfix | 14:00 |
brtknr | namrata: that commit id must be 9dc92654d269e4d4b78c83d01854306f852e2812 | 14:04 |
brtknr | also the CI has been fixed so could you please rebase on top of latest stable/rocky | 14:04 |
brtknr | actually, you could just wait for this change to be merged: https://review.opendev.org/#/c/696262/ | 14:05 |
brtknr | either way, rebase on top of https://review.opendev.org/#/c/696262/ | 14:06 |
brtknr | otherwise your CI job will keep failing | 14:06 |
namrata | @brtknr after adding label heat_container_agent_tag=train-stable with v1.14.8 I see DS http://paste.openstack.org/show/786801/ | 14:07 |
brtknr | namrata: okay thats good, its because an older kubernetes client is running in rocky-stable heat_container_agent which is not compatible with 1.14.8 | 14:13 |
brtknr | so we just need that one backport and you're sorted | 14:13 |
namrata | okay whcih backport | 14:13 |
namrata | *which | 14:13 |
brtknr | namrata: the one you made | 14:14 |
namrata | okay that one only | 14:14 |
namrata | thanks brtknr | 14:14 |
openstackgerrit | Bharat Kunwar proposed openstack/magnum stable/rocky: Fix proportional autoscaler image https://review.opendev.org/695371 | 14:15 |
namrata | so brtknr if we need to use v1.14.8 we need to use label heat_container_agent_tag=train-stable | 14:18 |
openstackgerrit | Bharat Kunwar proposed openstack/magnum stable/rocky: k8s_fedora: Label master nodes with kubectl https://review.opendev.org/696253 | 14:18 |
brtknr | namrata: thats right | 14:19 |
namrata | okay thanks | 14:19 |
brtknr | yes, train-stable is best because its also easier to debug | 14:20 |
namrata | and I see you have committed https://review.opendev.org/#/c/696253/ so no need to rebase now | 14:22 |
andrein | brtknr: https://review.opendev.org/#/c/696313/ | 14:34 |
andrein | magnum-ui 5.2.1 release proposal | 14:35 |
brtknr | andrein: cool, i can only +1 in that repo :) | 14:36 |
brtknr | thanks! lgtm | 14:36 |
andrein | Cool, I'll wait for the other reviewers :) | 14:47 |
andrein | brtknr: what's the difference between kube_tag and kube_version labels? | 14:54 |
*** goldyfruit_ has joined #openstack-containers | 14:55 | |
openstackgerrit | Bharat Kunwar proposed openstack/magnum stable/rocky: k8s_fedora: Label master nodes with kubectl https://review.opendev.org/696253 | 15:07 |
openstackgerrit | Bharat Kunwar proposed openstack/magnum stable/rocky: k8s: stop introspecting instance name https://review.opendev.org/696320 | 15:07 |
brtknr | andrein: use kube_tag | 15:08 |
brtknr | i personally do not know what kube_version is for myself | 15:08 |
brtknr | andrein: it might be an ancient artifact? | 15:09 |
andrein | I haven't been here that long :) still haven't figured out how the magic comes together yet | 15:11 |
*** dioguerra has quit IRC | 15:17 | |
*** ricolin_ has joined #openstack-containers | 15:26 | |
*** ricolin has quit IRC | 15:28 | |
*** ricolin_ is now known as ricolin | 15:29 | |
*** ricolin has quit IRC | 15:34 | |
*** ricolin has joined #openstack-containers | 15:43 | |
namrata | brtknr https://review.opendev.org/#/c/696253/ you recent patch set removes instance definition | 15:53 |
brtknr | namrata: thats right, I cherry-picked the patch that defines INSTANCE_NAME correctly | 15:53 |
brtknr | namrata: this one https://review.opendev.org/#/c/696320/1 | 15:54 |
brtknr | namrata: make sense? | 15:54 |
namrata | yeah got that. Thanks | 15:55 |
*** lpetrut has quit IRC | 16:03 | |
*** ivve has quit IRC | 16:08 | |
*** namrata has quit IRC | 16:09 | |
*** udesale has quit IRC | 16:53 | |
*** udesale has joined #openstack-containers | 16:55 | |
*** udesale has quit IRC | 17:06 | |
*** ricolin has quit IRC | 18:16 | |
*** gouthamr has quit IRC | 18:20 | |
*** gouthamr has joined #openstack-containers | 18:21 | |
openstackgerrit | Diogo Guerra proposed openstack/magnum master: [k8s] Update metrics-server https://review.opendev.org/637939 | 18:54 |
*** spsurya has quit IRC | 19:30 | |
*** flwang1 has quit IRC | 19:36 | |
*** elenalindq has quit IRC | 21:45 | |
*** rcernin has joined #openstack-containers | 21:56 | |
*** pcaruana has quit IRC | 22:06 | |
*** goldyfruit_ has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!