I should change the Kubernetes quick doc to say that kubeadm wiill generate a warning message if a firewall is detected on the machine. I do provide a link to a decent article that shows how to configure the firewall for kubernetes.
@papiris - thanks for the comment. I was largely following the kubeadm guide from the kubernetes project omitting the step to disable selinux (i have not needed to do that). I can emphasize that disabling the firewall is for ease of use and suitable for learning about and exploring kubernetes as it removes one potential source of problems. But not recommended for production use or on machines exposed to external networks.