mayadata-io / oep-e2e-konvoy

OEP KONVOY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

konvoy cluster create stuck on kubeadm-join command

shiveshabhishek opened this issue · comments

While setting up cluster as per the blog here, it got stuck on kubeadm-join command.

Got the issue fixed by using command systemctl stop firewalld.service after running the command systemctl disable firewalld.service
Make sure to check that firewalld has been stopped and disabled with the command: systemctl status firewalld.service
The expected output will be somewhat similar to :

● firewalld.service - firewalld - dynamic firewall daemon
   Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:firewalld(1)

May 19 13:50:16 host.name systemd[1]: Starting firewalld - dynamic firewall daemon...
May 19 13:50:17 host.name systemd[1]: Started firewalld - dynamic firewall daemon.
May 21 03:19:22 host.name systemd[1]: Stopping firewalld - dynamic firewall daemon...
May 21 03:19:23 host.name systemd[1]: Stopped firewalld - dynamic firewall daemon.