Thursday, 2019-09-05

*** trident has joined #openstack-containers00:03
*** ykarel|away has joined #openstack-containers02:50
*** ricolin has joined #openstack-containers03:49
*** ykarel|away has quit IRC04:06
*** ykarel|away has joined #openstack-containers04:19
*** ramishra has joined #openstack-containers04:20
*** udesale has joined #openstack-containers05:02
andreinhi everyone, any ideas why this would happen?06:14
andreinW0904 20:12:14.134030       1 config.go:73] Argument --sync-config-file or --sync-configmap-name missing. Data synchronization between Keystone and Kubernetes is disabled.06:14
andreinE0904 20:12:14.135498       1 main.go:60] failed to initialize keystone client: open /etc/kubernetes/ca-bundle.crt: no such file or directory06:14
andreinthe ac-bundle file indeed does not exist, but I'm not sure what's supposed to create it06:14
*** openstackgerrit has quit IRC06:51
*** udesale has quit IRC06:56
*** janki has joined #openstack-containers06:58
*** trungnv has joined #openstack-containers07:02
*** ykarel|away is now known as ykarel07:04
*** sapd1_x has quit IRC07:10
*** trident has quit IRC07:21
*** ivve has joined #openstack-containers07:27
*** trident has joined #openstack-containers07:29
*** rcernin has quit IRC07:33
*** trident has quit IRC07:34
*** ykarel is now known as ykarel|lunch07:34
*** trident has joined #openstack-containers07:43
brtknrandrein: more context please?08:21
andreinbrtknr: I've tried to set up two cluster templates, on one with f27 and one with f29. f27 creates successfully, but all nodes are tainted. the only pods running are flannel (running) and keystoneauth (Crashloop backoff)08:23
andreinthe error above is from keystoneauth08:23
brtknrandrein: can you check which daemonset is failing to create pods?08:24
brtknris the openstack-controller-manager pod running in kube-system namespace?08:25
brtknrhave you looked at the heat-container-agent logs?08:25
andreinI can, just give me a few minutes to fix my network node (looks like it's not booting anymore so I can't access the cluster at the moment)08:25
brtknrokay08:25
brtknrandrein: also which version of k8s are you tried you run?08:26
brtknrare you trying*08:26
brtknr1.15 isnt supported on stein at the moment08:26
andreinf27, kubernetes 1.11.6, openstack stein https://www.irccloud.com/pastebin/Ve1PpCUN/08:27
*** ykarel|lunch is now known as ykarel08:28
brtknrandrein: do you get the same outcome with calico?08:28
andreinthat's a good question08:28
andreinlet me create a template for calico08:29
*** openstackgerrit has joined #openstack-containers08:35
openstackgerritpengyuesheng proposed openstack/magnum master: Blacklist eventlet 0.25.0  https://review.opendev.org/68032908:35
*** trident has quit IRC09:01
*** trident has joined #openstack-containers09:09
andreinbrtknr: calico fails almost the same way, except not even calico deploys09:18
andreinhttps://www.irccloud.com/pastebin/dpGG5fHj/09:18
brtknrcan you paste the link generated by `cat /var/log/cloud-init-output.log | nc seashells.io 1337`09:27
brtknralso `journalctl -u heat-container-agent | nc seashells.io 1337`09:27
brtknrandrein: ^09:27
brtknrassuming you're happy for me to look at the logs :)09:28
brtknrandrein: also are all the kube* services green?09:29
brtknron master09:29
andreinkube-* services are running (though most are throwin errors like crazy)09:31
andreinSep 05 09:31:10 test-7pstxuooelrw-master-0.novalocal runc[2521]: W0905 09:31:10.639248       1 x509.go:172] x509: subject with cn=admin is not in the allowed list: [front-proxy-client kube kubernetes]09:31
andreinon the apiserver for example09:31
andrein(that's why i suspected it's somehow related to the keystone auth pod not working)09:32
andreinbrtknr: i've sent you the logs in a private message, i hope that's ok09:33
brtknrthanks, got it09:34
openstackgerritpengyuesheng proposed openstack/magnum master: Blacklist eventlet 0.21.0,0.23.0,0.25.0  https://review.opendev.org/68032909:48
brtknrwould you mind creating the cluster with `heat_container_agent_tag: train-dev`, we did some work recently on improving the output of the log message09:58
brtknrandrein: this is a cluster label09:58
*** danil has joined #openstack-containers10:14
andreinbrtknr: doing that now10:16
*** udesale has joined #openstack-containers10:20
*** udesale has quit IRC10:28
*** udesale has joined #openstack-containers10:29
*** usr2033 has joined #openstack-containers10:30
andreinbrtknr: how do I check if the heat_container_agent tag was updated in the new cluster?10:36
*** ramishra has quit IRC10:39
*** sapd1_x has joined #openstack-containers10:46
brtknrin the cluster, try running sudo atomic images list10:46
brtknrand see if the tag is correct?10:46
brtknrdid you do heat_container_agent_tag or heat_container_agent10:46
brtknrdid you apply the label as heat_container_agent_tag: train-dev or heat_container_agent: train-dev, should the the one with _tag10:49
*** trungnv has quit IRC11:04
*** ramishra has joined #openstack-containers11:06
*** sapd1_x has quit IRC11:07
andreinbrtknr: >  docker.io/openstackmagnum/heat-container-agent            train-dev   1a4602311d43   2019-09-05 10:24   161.38 MB      ostree11:08
brtknrandrein: looks good, could you share the output of heat container agent again please?11:09
andreinsure, 1 sec, just noticed this11:09
andreinkube-apiserver log with train-dev https://www.irccloud.com/pastebin/lVEqJX3q/11:09
brtknrcould you try with label kube_tag: v1.14.611:15
brtknrandrein: are you able to reach your keystone endpoint from the container?11:17
brtknrtry curling it11:17
brtknrfrom the master*11:18
andrein{"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}}11:18
andreinit's reachable11:18
andreincreating the new cluster now (still on f27, should I try the f29 image?)11:23
*** lpetrut has joined #openstack-containers11:27
andreinwith kube_tag: v1.14.6 it looks like etcd can't start :-?11:37
andreini've had a similar issue on f29 with the default heat agent where etcd couldn't be pulled from docker hub (unauthorized, although running the same command by hand worked), but this time there isn't any output in cloud-init-output.log for the etcd image pull11:53
*** usr2033 has quit IRC12:23
*** mkuf_ is now known as mkuf12:25
*** jmlowe has quit IRC12:36
*** jmlowe has joined #openstack-containers12:59
*** ramishra has quit IRC13:04
*** ramishra has joined #openstack-containers13:04
*** jchhatbar has joined #openstack-containers13:05
*** janki has quit IRC13:06
*** jchhatba_ has joined #openstack-containers13:08
*** pcaruana has quit IRC13:10
*** jchhatbar has quit IRC13:11
*** pcaruana has joined #openstack-containers13:40
*** jchhatba_ has quit IRC13:44
openstackgerritBharat Kunwar proposed openstack/magnum master: Trivial fix for cluster creation in master  https://review.opendev.org/67998713:55
*** danil has quit IRC14:03
*** lpetrut has quit IRC14:05
*** pcaruana has quit IRC14:12
*** lpetrut has joined #openstack-containers14:29
*** ykarel is now known as ykarel|afk14:40
*** udesale has quit IRC14:46
*** lpetrut has quit IRC14:47
*** udesale has joined #openstack-containers14:47
*** ykarel|afk is now known as ykarel|away15:25
*** ykarel|away has quit IRC15:35
*** jmlowe has quit IRC15:47
*** ykarel|away has joined #openstack-containers15:53
*** jmlowe has joined #openstack-containers16:00
*** altlogbot_0 has quit IRC16:01
*** altlogbot_1 has joined #openstack-containers16:02
*** irclogbot_2 has quit IRC16:02
*** irclogbot_3 has joined #openstack-containers16:03
*** irclogbot_3 has quit IRC16:07
*** irclogbot_3 has joined #openstack-containers16:07
*** ivve has quit IRC16:19
*** sapd1_x has joined #openstack-containers16:34
*** zigo has quit IRC16:43
*** ramishra has quit IRC16:45
*** spsurya has quit IRC16:48
*** sapd1_x has quit IRC16:48
*** zigo has joined #openstack-containers17:09
*** udesale has quit IRC17:18
*** ricolin has quit IRC17:35
*** ykarel|away has quit IRC18:56
*** trident has quit IRC19:09
*** trident has joined #openstack-containers19:20
*** jmlowe has quit IRC19:32
*** jmlowe has joined #openstack-containers19:50
*** lpetrut has joined #openstack-containers20:34
*** lpetrut has quit IRC20:38
*** flwang has quit IRC21:00
-openstackstatus- NOTICE: Gerrit is being restarted to pick up configuration changes. Should be quick. Sorry for the interruption.21:13
*** rcernin has joined #openstack-containers23:23
*** threestrands has joined #openstack-containers23:30
*** rcernin is now known as rcernin|brb23:52

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