The command kubeadm join 192.168.178.38:6443 ... fails
The host/port is reachable. I tested it with telnet.
But I get this on the node:
[discovery] Failed to request cluster-info, will try again:
configmaps "cluster-info" is forbidden:
User "system:anonymous" cannot get resource "configmaps" in API group ""
in the namespace "kube-public"
Where can I find the logs on the control-plane (master-node)?
Maybe I can find more details there way the request failed.