Friday, 2018-11-02

*** hongbin has joined #openstack-containers00:17
*** mattgo has quit IRC01:08
*** hongbin has quit IRC01:32
*** ricolin has joined #openstack-containers01:36
*** hongbin has joined #openstack-containers02:12
*** chhagarw has joined #openstack-containers03:42
*** ramishra has joined #openstack-containers03:50
*** udesale has joined #openstack-containers03:56
*** chhavi__ has joined #openstack-containers04:08
*** itlinux has quit IRC04:09
*** chhagarw has quit IRC04:11
*** hongbin has quit IRC04:17
*** ykarel|away has joined #openstack-containers04:24
*** ykarel|away is now known as ykarel04:47
*** janki has joined #openstack-containers04:48
*** threestrands has quit IRC05:40
openstackgerritLingxian Kong proposed openstack/magnum master: [K8S] Pass cluster name to controller-manager  https://review.openstack.org/61499605:42
*** ykarel is now known as ykarel|afk06:21
*** ramishra has quit IRC06:22
*** ykarel|afk has quit IRC06:31
*** ykarel|afk has joined #openstack-containers06:31
*** udesale has quit IRC06:49
*** ramishra has joined #openstack-containers06:53
*** mgoddard has joined #openstack-containers07:18
*** mgoddard has quit IRC07:18
*** pcaruana has joined #openstack-containers07:20
*** salmankhan has joined #openstack-containers07:25
*** salmankhan has quit IRC07:26
*** salmankhan1 has joined #openstack-containers07:26
*** salmankhan1 is now known as salmankhan07:28
*** mattgo has joined #openstack-containers07:29
*** mgoddard has joined #openstack-containers07:39
*** salmankhan has quit IRC07:40
*** ramishra has quit IRC07:46
*** ramishra has joined #openstack-containers07:53
*** ykarel|afk is now known as ykarel08:11
*** salmankhan has joined #openstack-containers08:29
*** salmankhan has quit IRC08:30
*** salmankhan has joined #openstack-containers08:30
*** salmankhan has quit IRC08:34
*** shrasool has joined #openstack-containers09:11
*** salmankhan has joined #openstack-containers09:12
*** ttsiouts has joined #openstack-containers09:17
*** salmankhan has quit IRC09:19
*** ykarel_ has joined #openstack-containers09:20
*** ykarel has quit IRC09:23
*** ykarel_ is now known as ykarel09:31
*** ykarel_ has joined #openstack-containers09:34
*** ykarel_ has quit IRC09:35
*** ykarel has quit IRC09:36
openstackgerritSpyros Trigazis proposed openstack/magnum master: WIP: build images in the ci  https://review.openstack.org/58542009:36
*** salmankhan has joined #openstack-containers09:40
*** gbialas has joined #openstack-containers09:40
*** gbialas has left #openstack-containers09:43
*** gbialas has joined #openstack-containers09:45
*** salmankhan has quit IRC09:46
*** udesale has joined #openstack-containers09:53
*** shrasool has quit IRC09:54
*** ykarel has joined #openstack-containers09:55
*** shrasool has joined #openstack-containers10:01
lxkongstrigazi: hi, could you please have a quick look at a trivial patch https://review.openstack.org/614996?10:04
strigazilxkong: how did you test? which k8s version?10:11
strigazilxkong: this option is new, right10:11
*** shrasool has quit IRC10:11
lxkongstrigazi: i'm using 1.1110:11
lxkongi mean, we are using 1.11 in catalyst cloud10:12
strigazilxkong: ok, I'm creating a cluster10:12
lxkongstrigazi: thanks10:13
*** shrasool has joined #openstack-containers10:14
lxkongstrigazi: is it possible to change /etc/kubernetes/controller-manager on master node in order to change controller-manager service?10:15
*** ttsiouts has quit IRC10:16
lxkongi met with a weird issue, in my /etc/kubernetes/controller-manager file, i can see the config `--cloud-config=/etc/kubernetes/kube_openstack_config --cloud-provider=openstack`. But when I was creating PVC using cinder storageclass, I still saw the error message10:17
lxkongNov 02 10:14:08 lingxian-cluster-name-test-nee36vqyr5jk-master-0.novalocal runc[17801]: I1102 10:14:08.559499       1 event.go:221] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"cinder-pvc", UID:"bb8e71fe-de85-11e8-b92e-fa163ee4eb72", APIVersion:"v1", ResourceVersion:"28745", FieldPath:""}): type: 'Warning' reason: 'ProvisioningFailed' Failed to provision volume with StorageClass10:17
lxkong"cinder-standard": OpenStack cloud provider was not initialized properly : stat /etc/kubernetes/cloud-config: no such file or directory10:17
*** salmankhan has joined #openstack-containers10:19
strigazilxkong: one moment10:29
lxkongsure10:29
strigaziuse this as kube_tag v1.11.2-110:29
lxkongi see, thanks!10:30
*** ttsiouts has joined #openstack-containers10:32
*** udesale has quit IRC10:40
*** chhavi__ has quit IRC10:41
*** chhavi__ has joined #openstack-containers10:41
gbialasHi guys.10:50
gbialasI have a problem during deploying o kubernetes cluster.10:50
gbialasIn script located in /var/lib/cloud/instance/scripts/part-010 is a bug in lines 54 and 74. Error is:10:50
gbialas./part-010: line 74: [: missing `]'10:50
gbialasAnd the case is that this line: if [ -n "$TRUST_ID" && "$(echo $CLOUD_PROVIDER_ENABLED | tr '[:upper:]' '[:lower:]')" == "true" ]10:50
gbialasshould look like this if [ -n "$TRUST_ID" ] && ["$(echo $CLOUD_PROVIDER_ENABLED | tr '[:upper:]' '[:lower:]')" == "true" ]10:50
gbialasI have added ] and [ in the middle. It should work.10:50
gbialasProblem is that I want to test it, and I don't know how and where  I can alter scripts that are copied to virtual machines.10:50
gbialasCan any one help me with this?10:50
gbialasOpenstack version: Rocky10:50
gbialasAnd I am using Fedora Atomic 26 as a host for k8s cluster.10:51
gbialasBut this bug is affecting Fedora 27 as well.10:51
strigazigbialas use this as kube_tag v1.11.2-110:52
gbialas@strigazi Thanks!!! I will test this right away.10:53
strigazigbialas: I think this is fixed http://git.openstack.org/cgit/openstack/magnum/commit/?h=stable/rocky&id=873132b2dfd9f70ed54e5cf3b63b2d55fd15a8b710:53
lxkongstrigazi: my problem solved. After creating a pvc(cinder storageclass), i can see a new volume named with `30b0f11a-f7f3-4003-ae12-521a5f4263d7-dynamic-pvc-4ab6795d-de8d-11e8-8385-fa163e5e228e` created. `30b0f11a-f7f3-4003-ae12-521a5f4263d7` is exactly the cluster name passed in /etc/kubernetes/controller-manager10:54
gbialasGreat!!10:55
gbialasOut of curiosity. Where is the piece of code where those scripts are created/deployed. ?10:56
gbialasI other words. Os ot possible to tinker with those scrips on deployed kolla ?10:58
*** shrasool has quit IRC10:59
*** shrasool has joined #openstack-containers11:01
*** mattgo has quit IRC11:05
tobias-urdinstrigazi: how does magnum behave if an user would execute a nova resize on an cluster node? would it cause a lot of out-of-sync stuff, break magnum etc?11:11
*** shrasool has quit IRC11:13
*** shrasool has joined #openstack-containers11:16
*** dave-mccowan has joined #openstack-containers11:31
*** lpetrut has joined #openstack-containers11:32
strigazitobias-urdin the minions should be fine.11:34
tobias-urdinokok ty11:35
strigazitobias-urdin: resizing the master without a volume for etcd might not be very good11:35
strigazitobias-urdin: when you resize the disk will be recreated I guess.11:35
strigazigbialas: http://git.openstack.org/cgit/openstack/magnum/tree/magnum/drivers/common/templates/kubernetes/fragments?h=stable%2Frocky11:36
tobias-urdinno it won't, it's a resize (change flavor) and not a rebuild11:36
strigazitobias-urdin if the disk is not touched it should work.11:38
tobias-urdinroger11:38
*** shrasool has quit IRC12:02
*** shrasool has joined #openstack-containers12:02
*** zul has quit IRC12:06
*** lpetrut has quit IRC12:13
*** zul has joined #openstack-containers12:36
*** chhavi__ has quit IRC12:38
*** ttsiouts has quit IRC12:39
*** janki has quit IRC12:53
*** janki has joined #openstack-containers12:53
*** gbialas has quit IRC12:58
*** jmlowe has quit IRC13:05
*** jmlowe has joined #openstack-containers13:08
*** ykarel_ has joined #openstack-containers13:10
*** ykarel has quit IRC13:10
*** shrasool has quit IRC13:14
*** janki has quit IRC13:27
*** ttsiouts has joined #openstack-containers13:32
*** spiette has quit IRC13:34
*** gbialas has joined #openstack-containers13:35
gbialasstrigazi: thanks!13:36
*** spiette has joined #openstack-containers13:38
*** lpetrut has joined #openstack-containers13:42
*** ykarel_ is now known as ykarel13:53
*** hongbin has joined #openstack-containers14:09
*** ttsiouts_ has joined #openstack-containers14:09
*** ttsiouts has quit IRC14:12
*** shrasool has joined #openstack-containers14:20
*** ttsiouts_ has quit IRC14:25
*** lpetrut has quit IRC14:26
*** lpetrut has joined #openstack-containers14:30
*** ttsiouts has joined #openstack-containers14:35
*** lpetrut has quit IRC14:37
*** gbialas has quit IRC14:57
*** ttsiouts has quit IRC15:04
*** ttsiouts has joined #openstack-containers15:05
*** munimeha1 has joined #openstack-containers15:14
*** dave-mccowan has quit IRC15:25
*** dave-mccowan has joined #openstack-containers15:26
*** ramishra has quit IRC15:29
*** gbialas has joined #openstack-containers15:39
*** gbialas has quit IRC15:43
*** gbialas has joined #openstack-containers15:59
*** gbialas has quit IRC16:04
*** gbialas has joined #openstack-containers16:08
*** pcaruana has quit IRC16:17
*** gbialas has quit IRC16:27
*** shrasool has quit IRC16:33
*** ttsiouts has quit IRC16:38
*** ttsiouts has joined #openstack-containers16:39
*** ttsiouts has quit IRC16:43
*** gbialas has joined #openstack-containers16:45
*** ykarel is now known as ykarel|away16:48
*** ricolin has quit IRC16:52
*** zul has quit IRC16:53
*** ykarel_ has joined #openstack-containers17:10
*** ykarel|away has quit IRC17:13
*** gbialas has quit IRC17:14
*** shrasool has joined #openstack-containers17:28
*** gbialas has joined #openstack-containers17:34
*** gbialas has quit IRC17:39
*** itlinux has joined #openstack-containers17:58
*** itlinux has quit IRC18:06
-openstackstatus- NOTICE: OpenStack infra's mirror nodes stopped accepting connections on ports 8080, 8081, and 8082. We will notify when this is fixed and jobs can be rechecked if they failed to communicate with a mirror on these ports.18:08
*** salmankhan has quit IRC18:09
*** shrasool has quit IRC18:27
*** pcaruana has joined #openstack-containers18:27
*** chhavi__ has joined #openstack-containers18:34
*** ykarel_ is now known as ykarel18:37
*** chhavi__ has quit IRC18:39
*** zul has joined #openstack-containers18:40
*** shrasool has joined #openstack-containers18:42
-openstackstatus- NOTICE: The firewall situation with ports 8080, 8081, and 8082 on mirror nodes has been resolved. You can recheck jobs that have failed to communicate to the mirrors on those ports now.18:53
*** ykarel is now known as ykarel|away18:55
*** ykarel|away has quit IRC19:01
*** pcaruana has quit IRC19:08
*** salmankhan has joined #openstack-containers19:24
*** shrasool has quit IRC19:27
*** salmankhan has quit IRC19:28
*** shrasool has joined #openstack-containers19:32
*** lpetrut has joined #openstack-containers19:34
*** shrasool has quit IRC19:41
*** salmankhan has joined #openstack-containers20:20
*** salmankhan has quit IRC20:20
*** salmankhan has joined #openstack-containers20:21
*** lpetrut has quit IRC20:35
*** salmankhan has quit IRC20:47
openstackgerritLingxian Kong proposed openstack/magnum master: [K8S] Pass cluster name to controller-manager  https://review.openstack.org/61499621:02
*** salmankhan has joined #openstack-containers21:11
*** salmankhan has quit IRC21:16
*** shrasool has joined #openstack-containers21:23
*** dave-mccowan has quit IRC21:35
*** ttsiouts has joined #openstack-containers21:38
*** ttsiouts has quit IRC21:43
*** ttsiouts has joined #openstack-containers21:53
*** munimeha1 has quit IRC22:06
*** salmankhan has joined #openstack-containers22:20
*** shrasool has quit IRC22:24
*** shrasool has joined #openstack-containers22:27
*** shrasool has quit IRC22:28
*** salmankhan has quit IRC22:29
*** salmankhan has joined #openstack-containers22:40
*** salmankhan has quit IRC22:42
*** ianychoi has quit IRC23:02
*** salmankhan has joined #openstack-containers23:09
*** ttsiouts has quit IRC23:17
*** shrasool has joined #openstack-containers23:19
*** salmankhan has quit IRC23:35
*** hongbin has quit IRC23:44
*** schaney_ has quit IRC23:49
*** schaney_ has joined #openstack-containers23:50
*** ianychoi has joined #openstack-containers23:55

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