<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi all,<div>need an help.</div><div>I deployed an AIO via Kolla on a baremetal node. Here some information about the deployment:</div><div>---------------</div><div>kolla-ansible: 7.0.1</div><div>openstack_release: Rocky</div><div>kolla_base_distro: centos</div><div>kolla_install_type: source</div><div>TLS: disabled</div><div>---------------  <br></div><div><br></div><div><br></div><div>VMs spawn without issue but I can't make the "Kubernetes cluster creation" successfully. It fails due to "Time out"</div><div><br></div><div>I managed to log into Kuber Master and from the cloud-init-output.log I can see:</div><div><div><font face="monospace, monospace">+ echo 'Waiting for Kubernetes API...'</font></div><div><font face="monospace, monospace">Waiting for Kubernetes API...</font></div><div><font face="monospace, monospace">++ curl --silent <a href="http://127.0.0.1:8080/healthz">http://127.0.0.1:8080/healthz</a></font></div><div><font face="monospace, monospace">+ '[' ok = '' ']'</font></div><div><font face="monospace, monospace">+ sleep 5</font></div></div><div><br></div><div><br></div><div>Checking via systemctl and journalctl I see:</div><div><div><font face="monospace, monospace">[fedora@kube-clsuter-qamdealetlbi-master-0 log]$ systemctl status kube-apiserver</font></div><div><font face="monospace, monospace">● kube-apiserver.service - kubernetes-apiserver</font></div><div><font face="monospace, monospace">   Loaded: loaded (/etc/systemd/system/kube-apiserver.service; enabled; vendor preset: disabled)</font></div><div><font face="monospace, monospace">   Active: failed (Result: exit-code) since Tue 2019-02-19 15:31:41 UTC; 45min ago</font></div><div><font face="monospace, monospace">  Process: 3796 ExecStart=/usr/bin/runc --systemd-cgroup run kube-apiserver (code=exited, status=1/FAILURE)</font></div><div><font face="monospace, monospace"> Main PID: 3796 (code=exited, status=1/FAILURE)</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">Feb 19 15:31:40 kube-clsuter-qamdealetlbi-master-0.novalocal systemd[1]: kube-apiserver.service: Main process exited, code=exited, status=1/FAILURE</font></div><div><font face="monospace, monospace">Feb 19 15:31:40 kube-clsuter-qamdealetlbi-master-0.novalocal systemd[1]: kube-apiserver.service: Failed with result 'exit-code'.</font></div><div><font face="monospace, monospace">Feb 19 15:31:41 kube-clsuter-qamdealetlbi-master-0.novalocal systemd[1]: kube-apiserver.service: Service RestartSec=100ms expired, scheduling restart.</font></div><div><font face="monospace, monospace">Feb 19 15:31:41 kube-clsuter-qamdealetlbi-master-0.novalocal systemd[1]: kube-apiserver.service: Scheduled restart job, restart counter is at 6.</font></div><div><font face="monospace, monospace">Feb 19 15:31:41 kube-clsuter-qamdealetlbi-master-0.novalocal systemd[1]: Stopped kubernetes-apiserver.</font></div><div><font face="monospace, monospace">Feb 19 15:31:41 kube-clsuter-qamdealetlbi-master-0.novalocal systemd[1]: kube-apiserver.service: Start request repeated too quickly.</font></div><div><font face="monospace, monospace">Feb 19 15:31:41 kube-clsuter-qamdealetlbi-master-0.novalocal systemd[1]: kube-apiserver.service: Failed with result 'exit-code'.</font></div><div><font face="monospace, monospace">Feb 19 15:31:41 kube-clsuter-qamdealetlbi-master-0.novalocal systemd[1]: Failed to start kubernetes-apiserver.</font></div></div><div><font face="monospace, monospace"><br></font></div><div><div><font face="monospace, monospace">[fedora@kube-clsuter-qamdealetlbi-master-0 log]$ sudo journalctl -u kube-apiserver</font></div><div><font face="monospace, monospace">-- Logs begin at Tue 2019-02-19 15:21:36 UTC, end at Tue 2019-02-19 16:17:00 UTC. --</font></div><div><font face="monospace, monospace">Feb 19 15:31:33 kube-clsuter-qamdealetlbi-master-0.novalocal systemd[1]: Started kubernetes-apiserver.</font></div><div><font face="monospace, monospace">Feb 19 15:31:34 kube-clsuter-qamdealetlbi-master-0.novalocal runc[2794]: Flag --insecure-bind-address has been deprecated, This flag will be removed in a future version.</font></div><div><font face="monospace, monospace">Feb 19 15:31:34 kube-clsuter-qamdealetlbi-master-0.novalocal runc[2794]: Flag --insecure-port has been deprecated, This flag will be removed in a future version.</font></div><div><font face="monospace, monospace">Feb 19 15:31:35 kube-clsuter-qamdealetlbi-master-0.novalocal runc[2794]: Error: error creating self-signed certificates: open /var/run/kubernetes/apiserver.crt: permission denied</font></div></div><div><font face="monospace, monospace">:</font></div><div><font face="monospace, monospace">:</font></div><div><font face="monospace, monospace">:</font></div><div><div><font face="monospace, monospace">Feb 19 15:31:35 kube-clsuter-qamdealetlbi-master-0.novalocal runc[2794]: error: error creating self-signed certificates: open /var/run/kubernetes/apiserver.crt: permission denied</font></div><div><font face="monospace, monospace">Feb 19 15:31:35 kube-clsuter-qamdealetlbi-master-0.novalocal systemd[1]: kube-apiserver.service: Main process exited, code=exited, status=1/FAILURE</font></div><div><font face="monospace, monospace">Feb 19 15:31:35 kube-clsuter-qamdealetlbi-master-0.novalocal systemd[1]: kube-apiserver.service: Failed with result 'exit-code'.</font></div><div><font face="monospace, monospace">Feb 19 15:31:35 kube-clsuter-qamdealetlbi-master-0.novalocal systemd[1]: kube-apiserver.service: Service RestartSec=100ms expired, scheduling restart.</font></div><div><font face="monospace, monospace">Feb 19 15:31:35 kube-clsuter-qamdealetlbi-master-0.novalocal systemd[1]: kube-apiserver.service: Scheduled restart job, restart counter is at 1.</font></div></div><div><br></div><div><br></div><div>May I ask for an help on this ?</div><div><br></div><div>Many thanks</div><div>/Giuseppe</div><div><br></div><div><br></div><div><br></div><div><div><br></div></div></div></div></div></div></div>