*** openstackstatus has joined #openstack-containers | 00:43 | |
*** ChanServ sets mode: +v openstackstatus | 00:43 | |
*** hongbin has joined #openstack-containers | 01:12 | |
*** vishalmanchanda has joined #openstack-containers | 01:51 | |
*** sapd1_x has joined #openstack-containers | 02:45 | |
*** xinliang has joined #openstack-containers | 02:47 | |
*** xinliang has quit IRC | 02:57 | |
*** hongbin has quit IRC | 03:03 | |
*** KeithMnemonic1 has joined #openstack-containers | 03:28 | |
*** KeithMnemonic has quit IRC | 03:31 | |
*** ricolin_ has joined #openstack-containers | 03:31 | |
*** ricolin_ has quit IRC | 03:33 | |
*** ricolin_ has joined #openstack-containers | 03:34 | |
*** ykarel|away is now known as ykarel | 03:48 | |
*** dave-mccowan has quit IRC | 03:58 | |
*** KeithMnemonic1 has quit IRC | 04:06 | |
*** udesale has joined #openstack-containers | 04:17 | |
*** strigazi has quit IRC | 05:49 | |
*** dtomasgu has quit IRC | 05:50 | |
*** strigazi has joined #openstack-containers | 05:51 | |
*** dtomasgu has joined #openstack-containers | 05:52 | |
*** dtomasgu_ has joined #openstack-containers | 07:00 | |
*** strigazi has quit IRC | 07:03 | |
*** dtomasgu has quit IRC | 07:03 | |
*** sapd1_x has quit IRC | 08:23 | |
*** ramishra has quit IRC | 08:37 | |
*** ramishra has joined #openstack-containers | 08:39 | |
*** pcaruana has joined #openstack-containers | 08:54 | |
*** ykarel is now known as ykarel|lunch | 09:19 | |
openstackgerrit | Spyros Trigazis proposed openstack/magnum master: calido: Add node/status in ClusterRole https://review.opendev.org/712629 | 09:37 |
---|---|---|
cosmicsound | brtknr , managed to add the train-stable-2 tag and check the new logs, they do not say more then previously | 09:42 |
cosmicsound | will time out after 60 mis | 09:42 |
*** sapd1 has joined #openstack-containers | 09:50 | |
*** tobias-urdin has joined #openstack-containers | 10:03 | |
openstackgerrit | Spyros Trigazis proposed openstack/magnum master: calico: Add node/status in ClusterRole https://review.opendev.org/712629 | 10:05 |
tobias-urdin | hm trying to troubleshoot or fix an issue, deployed a kubenetes 1.15.7 cluster with magnum | 10:07 |
tobias-urdin | but the minions doesn't populate the InternalIP address, only the master | 10:07 |
tobias-urdin | so the octavia-ingress-controller can't get the ips for the members | 10:08 |
tobias-urdin | http://paste.openstack.org/show/790584/ | 10:08 |
tobias-urdin | tried overriding kubelet --node-ip without success, it's running flannel | 10:08 |
tobias-urdin | anybody has a good idea? tried to find a workaround yesterday, only thing i have left is trying to override in kubelet-config.yaml but can't find any good options to set when browsing the struct in the golang code | 10:09 |
openstackgerrit | Thomas Hartland proposed openstack/magnum master: Add node groups documentation https://review.opendev.org/712340 | 10:13 |
*** ykarel|lunch is now known as ykarel | 10:19 | |
*** pcaruana has quit IRC | 10:42 | |
tobias-urdin | solved the above, the minions kubelet has --cloud-provider=external -- removing that and restart kubelet populates Addresses with the InternalIP | 10:54 |
*** pcaruana has joined #openstack-containers | 10:55 | |
*** vishalmanchanda has quit IRC | 11:00 | |
*** sapd1 has quit IRC | 11:00 | |
cosmicsound | 2020-03-12 11:01:42,082 - stages.py[ERROR]: Unable to render networking. Network config is likely broken: No available network renderers found. Searched through list: ['eni', 'sysconfig', 'netplan'] | 11:07 |
cosmicsound | anyone seen this on cloud-init.log | 11:07 |
cosmicsound | is only one error shown | 11:07 |
tobias-urdin | are you running inside something that doesn't have neither of ifconfig, sysconfig (you are running NetworkManager?) or netplan (ubuntu)? | 11:08 |
tobias-urdin | to answer myself, correct thing to do for my issue is setting the label cloud_provider_enabled to false | 11:12 |
cosmicsound | tobias-urdin , i use default fedora atomichost latest stable 29.11.06 | 11:59 |
*** udesale_ has joined #openstack-containers | 12:14 | |
*** udesale has quit IRC | 12:17 | |
*** rcernin has quit IRC | 12:25 | |
*** ianychoi has quit IRC | 13:13 | |
*** dave-mccowan has joined #openstack-containers | 14:02 | |
brtknr | tobias-urdin: sounds like you need to set cluster_user_trust=true inside magnum.conf | 14:05 |
yankcrime | brtknr: think i've fixed that timeout problem - it's a systemd default timeout value for (re)starting and stopping services | 14:10 |
yankcrime | bumping that value for the unit def for the master and the minions gives it time to complete | 14:10 |
tobias-urdin | brtknr: ok, the trust is then used to collect instance ips etc? to populate all that (probably also external ips if floating ip is enabled?) | 14:12 |
*** dave-mccowan has quit IRC | 14:25 | |
*** dave-mccowan has joined #openstack-containers | 14:31 | |
*** markguz_ has joined #openstack-containers | 14:31 | |
brtknr | cloud_provider_enabled defaults to the value of cluster_user_trust unless set to false, it sounds like your openstack cloud controller manager is not running which is used to give node internal ip | 14:34 |
brtknr | yankcrime: would you like to propose a fix? | 14:35 |
yankcrime | brtknr: yeah i'll try and find some time later today | 14:35 |
brtknr | i think it was bumped up to 10 mins recently | 14:36 |
brtknr | what did you bump it up to | 14:36 |
yankcrime | it can't be that | 14:36 |
brtknr | yankcrime: did you change the value of TimeoutStartSec? | 14:36 |
yankcrime | unless i'm mistaken it looks like it's the default of 90s | 14:36 |
brtknr | or something else? | 14:36 |
yankcrime | TimeoutSec | 14:36 |
yankcrime | which affects TimeoutStartSec and TimeoutStopSec | 14:37 |
yankcrime | just for units in configure-kubernetes-master.sh and configure-kubernetes-minion.sh | 14:37 |
yankcrime | there's a systemd global setting of DefaultTimeoutStartSec | 14:37 |
yankcrime | the default for that is 90s | 14:37 |
yankcrime | which is what all service units inherit if it's not overridden | 14:38 |
brtknr | yankcrime: what I meant was kube-apiserver is already configured with TimeoutStartSec of 10 minutes: https://github.com/openstack/magnum/blob/fa45002e21ef6de3b4a9da35d590a4c5b3d0d7a4/magnum/drivers/common/templates/kubernetes/fragments/configure-kubernetes-master.sh#L106 | 14:39 |
yankcrime | oh hmm, maybe this was fixed recently | 14:39 |
yankcrime | yeah i've just spotted that in master | 14:39 |
yankcrime | it's not in train which is where i've been troubleshooting | 14:40 |
yankcrime | ok cool, i'll carry my own patch for now knowing that it's been fixed upstream already | 14:41 |
*** ricolin_ has quit IRC | 14:41 | |
*** ricolin_ has joined #openstack-containers | 14:41 | |
brtknr | yankcrime: just not backported to train | 14:42 |
yankcrime | brtknr: looks that way | 14:42 |
*** ricolin_ has quit IRC | 14:48 | |
openstackgerrit | Bharat Kunwar proposed openstack/magnum stable/train: Support TimeoutStartSec for k8s systemd services https://review.opendev.org/712708 | 15:18 |
brtknr | yankcrime: ^ | 15:18 |
openstackgerrit | Spyros Trigazis proposed openstack/magnum master: k8s-fedora: Set max-size to 10m for containers https://review.opendev.org/712475 | 15:18 |
yankcrime | brtknr: awesome! | 15:18 |
openstackgerrit | Spyros Trigazis proposed openstack/magnum master: fcos: Disable zincati auto-updates https://review.opendev.org/712476 | 15:19 |
brtknr | yankcrime: we'll make sure its included in 9.3.0 | 15:20 |
*** ykarel is now known as ykarel|away | 15:34 | |
*** sapd1 has joined #openstack-containers | 15:42 | |
*** xinliang has joined #openstack-containers | 16:11 | |
*** xinliang has quit IRC | 16:20 | |
*** sapd1 has quit IRC | 16:39 | |
*** udesale_ has quit IRC | 16:49 | |
*** trident has quit IRC | 19:51 | |
*** trident has joined #openstack-containers | 19:59 | |
*** pcaruana has quit IRC | 20:20 | |
*** markguz_ has quit IRC | 20:56 | |
openstackgerrit | Merged openstack/magnum stable/train: Support TimeoutStartSec for k8s systemd services https://review.opendev.org/712708 | 21:49 |
*** rcernin has joined #openstack-containers | 22:04 | |
*** rcernin has quit IRC | 22:04 | |
*** rcernin has joined #openstack-containers | 22:05 | |
*** dave-mccowan has quit IRC | 22:50 | |
openstackgerrit | Feilong Wang proposed openstack/magnum master: Update default calico_ipv4pool https://review.opendev.org/712815 | 23:06 |
*** dave-mccowan has joined #openstack-containers | 23:09 | |
*** threestrands has joined #openstack-containers | 23:50 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!