Friday, 2019-09-20

*** goldyfruit___ has joined #openstack-containers00:01
openstackgerritIan Wienand proposed openstack/magnum master: Remove --os-url usage  https://review.opendev.org/68326001:16
*** ricolin has joined #openstack-containers01:55
openstackgerritFeilong Wang proposed openstack/magnum master: Fix k8s deployment when cluster_user_trust=False  https://review.opendev.org/68192202:48
openstackgerritBharat Kunwar proposed openstack/magnum master: [fedora atomic k8s] Add boot from volume support  https://review.opendev.org/62173403:02
*** ricolin_ has joined #openstack-containers03:04
brtknrHi flwang, how is the default boot volume size ever used?03:06
*** ricolin has quit IRC03:06
flwangcloud provider can set it either in config file or with label03:07
flwangis it the answer you're looking for?03:07
brtknrflwang: E.g. I create a cluster without label boot volume size, what happens?03:08
brtknrHow do I get it to use the default value? By adding boot volume type label?03:08
flwangbrtknr: by default, the image based instance should be created if the boot_volume_size is 003:10
flwangbrtknr: if there is no default boot volume type, magnum will randomly select one from cinder03:11
flwanghttps://review.opendev.org/#/c/621734/22/magnum/common/cinder.py03:11
flwangthe background is, we would like the cloud provider can set the correct volume type for k8s cluster03:12
flwange.g. etcd needs high performance disk, so that case, user can set the etcd_volume_type, same for the boot volume type03:12
flwangdoes that make sense?03:13
brtknrflwang: yes somewhat, I’m still stratching my head over when default boot volume size gets used because if this is non zero, one still needs to specify boot volume size correct?03:20
flwangno03:21
flwangcloud provider can set it via the config option or set it in the template with label03:22
flwangend user doesn't need to set it03:22
brtknrYes so if a non zero default_boot_volume_size is specified in config file, is the boot_volume_size label still required, to clarify my original question?03:25
brtknrflwang^03:25
flwangbrtknr: no, if the default_boot_volume_size is set in config file, the label is not necessary, but user can use the label to override the default value03:27
flwangwhen creating the cluster template03:28
flwanghttps://review.opendev.org/#/c/621734/22/magnum/drivers/heat/k8s_fedora_template_def.py@23203:32
*** ykarel|away has joined #openstack-containers03:39
openstackgerritMerged openstack/magnum master: Remove --os-url usage  https://review.opendev.org/68326003:41
*** ramishra has joined #openstack-containers03:47
openstackgerritFeilong Wang proposed openstack/magnum master: Fix k8s deployment when cluster_user_trust=False  https://review.opendev.org/68192203:49
brtknrflwang: that’s clear to me now, thanks04:02
*** ykarel|away is now known as ykarel04:11
*** dave-mccowan has quit IRC04:19
openstackgerritBharat Kunwar proposed openstack/magnum master: [fedora atomic k8s] Add boot from volume support  https://review.opendev.org/62173405:00
brtknrflwang: I have updated the docs to clarify what the labels do and consequences of setting default value. But overall happy with the patch05:06
*** pcaruana has joined #openstack-containers05:28
*** ykarel has quit IRC05:43
*** pcaruana has quit IRC05:53
*** ricolin_ is now known as ricolin05:54
openstackgerritMerged openstack/magnum master: Fix k8s deployment when cluster_user_trust=False  https://review.opendev.org/68192205:55
*** ykarel has joined #openstack-containers06:03
*** trident has quit IRC06:49
*** trident has joined #openstack-containers07:01
*** trident has quit IRC07:07
openstackgerritRicardo Rocha proposed openstack/magnum master: Drop deprecated APIs for kube v1.16 support  https://review.opendev.org/67889307:10
*** trident has joined #openstack-containers07:17
*** udesale has joined #openstack-containers07:20
*** yolanda has quit IRC07:21
*** yolanda has joined #openstack-containers07:23
*** rcernin has quit IRC07:29
*** yolanda has quit IRC07:32
*** ttsiouts has joined #openstack-containers07:45
*** ivve has joined #openstack-containers07:45
*** yolanda has joined #openstack-containers07:47
*** ykarel is now known as ykarel|lunch07:52
*** ykarel|lunch is now known as ykarel08:50
*** dtruong has quit IRC08:54
openstackgerritTheodoros Tsioutsias proposed openstack/magnum master: ng-8: APIs for nodegroup CRUD operations  https://review.opendev.org/64779208:55
openstackgerritTheodoros Tsioutsias proposed openstack/magnum master: ng-9: Driver for nodegroup operations  https://review.opendev.org/66709008:55
openstackgerritTheodoros Tsioutsias proposed openstack/python-magnumclient master: Add nodegroup CRUD commands  https://review.opendev.org/64779308:55
openstackgerritSpyros Trigazis proposed openstack/magnum master: Build k8s images v1.16.0 and minor bumps  https://review.opendev.org/68332408:56
*** rcernin has joined #openstack-containers08:56
strigazibrtknr: you there?08:56
brtknrstrigazi: hey hey09:02
brtknrstrigazi: whats up?09:03
strigazibrtknr: shall we merge this https://review.opendev.org/683324 ? to test https://review.opendev.org/678893 properly?09:04
strigazibrtknr: it is just verison bumps09:04
brtknrLets do it!09:06
strigazicool, in some mins we will have the images09:06
brtknrSounds good! Looks like you're making good progress with patching ignition! I was lurking in the fedora-coreos channel :)09:07
*** pcaruana has joined #openstack-containers09:13
openstackgerritBharat Kunwar proposed openstack/magnum stable/stein: Fix k8s deployment when cluster_user_trust=False  https://review.opendev.org/68333209:19
brtknrstrigazi: I'd like to cut a release for stein with the patch above09:23
openstackgerritFeilong Wang proposed openstack/magnum master: Return default quota from API  https://review.opendev.org/67378209:30
brtknrflwang: you're still there? Would it be possible for us to do a new stein release with the cluster_user_trust patch above?09:31
*** rcernin has quit IRC09:49
*** ttsiouts has quit IRC10:11
*** ttsiouts has joined #openstack-containers10:12
*** ttsiouts has quit IRC10:17
*** ttsiouts has joined #openstack-containers10:35
strigazibrtknr: fine for me10:37
*** sapd1_x has joined #openstack-containers10:40
strigazibrtknr: flwang mnaser BTW, heat master is broken for volumes. bfv with heat train, won't work due to python-cinderclient 4.0.0 where multiattach as a field was removed.10:44
openstackgerritSpyros Trigazis proposed openstack/magnum master: [train][goal] Define new magnum-functional-api-ipv6-only job  https://review.opendev.org/68273510:49
*** pcaruana has quit IRC10:56
openstackgerritMerged openstack/magnum master: calico: drop calico_cni_tag  https://review.opendev.org/66616711:08
openstackgerritMerged openstack/magnum master: Build k8s images v1.16.0 and minor bumps  https://review.opendev.org/68332411:15
brtknrstrigazi: oh no!11:17
brtknrstrigazi: although it says hidden rather than removed11:17
strigaziin devstack master, when trying to create a vol with heat it breaks.11:18
strigazibrtknr: ^^11:18
brtknrstrigazi: yes, my devstack master was a few weeks old so it appeared to be working11:19
strigazipip freeze | grep cinderclient11:19
brtknris there a way to rpython-cinderclient==4.3.011:20
brtknrpython-cinderclient==4.3.011:20
brtknrstrigazi: ^11:20
openstackgerritMerged openstack/magnum master: [fedora atomic k8s] Add boot from volume support  https://review.opendev.org/62173411:21
openstackgerritBharat Kunwar proposed openstack/magnum stable/stein: k8s_fedora: Set rp_filter=1 for calico  https://review.opendev.org/68336511:22
*** pcaruana has joined #openstack-containers11:29
*** pcaruana has quit IRC11:42
*** pcaruana has joined #openstack-containers11:42
openstackgerritMerged openstack/magnum master: Improve dns format validation  https://review.opendev.org/67669011:43
openstackgerritMerged openstack/magnum master: Fixing broken links  https://review.opendev.org/68175411:43
*** udesale has quit IRC11:52
*** udesale has joined #openstack-containers11:54
*** mgariepy has joined #openstack-containers12:01
goldyfruit___Good Job on the merges guys :)12:06
*** sapd1_x has quit IRC12:11
*** goldyfruit___ has quit IRC12:12
*** ttsiouts has quit IRC12:18
*** ttsiouts has joined #openstack-containers12:19
*** ttsiouts has quit IRC12:23
brtknrstrigazi: any idea why I get this: Error while initializing connection to Kubernetes apiserver. This most likely means that the cluster is misconfigured (e.g., it has invalid apiserver certificates or service accounts configuration) or the --apiserver-host param points to a server that does not exist. Reason: Get https://10.254.0.1:443/version: dial tcp 10.254.0.1:443: i/o timeout12:30
brtknrusing flannel on stein12:30
brtknrwhich backport could I be missing?12:30
strigazisomething for flannel to clean up cni?12:31
strigaziF29AH?12:31
strigazibrtknr: ^^12:31
brtknryeah using F29AH12:31
brtknrthat is in the kubernetes-dashboard logs12:31
brtknri am trying to make sure that the backports work smoothly12:32
brtknrwhat do you mean by "something for flannel to clean up cni?"12:32
strigazihttps://review.opendev.org/#/c/669166/1 k8s: Clear cni configuration12:47
*** rcernin has joined #openstack-containers12:57
strigazibrtknr: ^^13:08
*** goldyfruit___ has joined #openstack-containers13:28
*** goldyfruit_ has joined #openstack-containers13:35
*** goldyfruit___ has quit IRC13:35
*** goldyfruit___ has joined #openstack-containers13:36
*** goldyfruit_ has quit IRC13:39
brtknrstrigazi: thanks, will apply and test it now13:41
openstackgerritBharat Kunwar proposed openstack/magnum stable/stein: k8s_fedora: Set rp_filter=1 for calico  https://review.opendev.org/68336513:47
openstackgerritBharat Kunwar proposed openstack/magnum stable/stein: k8s: Clear cni configuration  https://review.opendev.org/68338713:47
*** openstackgerrit has quit IRC14:06
*** rcernin has quit IRC14:23
*** rcernin has joined #openstack-containers14:39
*** udesale has quit IRC14:50
*** udesale has joined #openstack-containers14:51
*** jmlowe has joined #openstack-containers15:08
*** trident has quit IRC15:14
*** openstackgerrit has joined #openstack-containers15:20
openstackgerritBharat Kunwar proposed openstack/magnum master: Propagate cloud_provider_enabled correctly  https://review.opendev.org/68342315:20
*** goldyfruit___ has quit IRC15:21
*** ivve has quit IRC15:21
*** trident has joined #openstack-containers15:24
*** goldyfruit has joined #openstack-containers15:26
openstackgerritBharat Kunwar proposed openstack/magnum master: Propagate cloud_provider_enabled correctly  https://review.opendev.org/68342315:29
brtknrstrigazi: I missed a bit^15:29
*** trident has quit IRC15:29
brtknridk how it happened...15:31
openstackgerritBharat Kunwar proposed openstack/magnum stable/stein: Propagate cloud_provider_enabled correctly  https://review.opendev.org/68342715:40
*** trident has joined #openstack-containers15:40
*** rcernin has quit IRC15:44
*** ykarel is now known as ykarel|away16:00
openstackgerritBharat Kunwar proposed openstack/magnum master: Propagate cloud_provider_enabled correctly  https://review.opendev.org/68342316:00
openstackgerritBharat Kunwar proposed openstack/magnum master: Propagate cloud_provider_enabled correctly  https://review.opendev.org/68342316:04
openstackgerritBharat Kunwar proposed openstack/magnum stable/stein: Propagate cloud_provider_enabled correctly  https://review.opendev.org/68342716:07
*** pcaruana has quit IRC16:19
*** onmywaytosunset has joined #openstack-containers16:34
onmywaytosunsethope someone can help me - getting a permission denied for Ceilometer container - /etc/ceilometer-gnocch-resources - not modified16:35
*** ykarel|away has quit IRC16:41
*** ramishra has quit IRC16:55
*** udesale has quit IRC16:57
*** ykarel|away has joined #openstack-containers16:58
*** goldyfruit has quit IRC17:01
*** goldyfruit has joined #openstack-containers17:01
*** onmywaytosunset has quit IRC17:05
*** goldyfruit has quit IRC17:31
openstackgerritOpenStack Release Bot proposed openstack/python-magnumclient stable/train: Update .gitreview for stable/train  https://review.opendev.org/68361017:40
openstackgerritOpenStack Release Bot proposed openstack/python-magnumclient stable/train: Update TOX/UPPER_CONSTRAINTS_FILE for stable/train  https://review.opendev.org/68361117:40
openstackgerritOpenStack Release Bot proposed openstack/python-magnumclient master: Update master for stable/train  https://review.opendev.org/68361217:40
*** goldyfruit has joined #openstack-containers18:07
*** henriqueof has joined #openstack-containers18:09
henriqueofCan I configure my worker nodes to boot on a private network but configure load balancers to e created on a public network?18:10
*** goldyfruit_ has joined #openstack-containers18:14
*** goldyfruit has quit IRC18:17
*** ricolin has quit IRC18:27
*** ricolin has joined #openstack-containers18:27
*** ricolin has quit IRC19:16
*** ykarel|away has quit IRC19:17
*** KeithMnemonic1 has quit IRC20:23
*** goldyfruit_ has quit IRC22:42
*** mgoddard has quit IRC23:17
*** mgoddard has joined #openstack-containers23:19

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!