# Problem with k8s and kubeadm

**URL:** https://discuss.kubernetes.io/t/problem-with-k8s-and-kubeadm/6811
**Category:** General Discussions
**Created:** [June 17, 2019, 8:43pm UTC](https://discuss.kubernetes.io/t/problem-with-k8s-and-kubeadm/6811 "2019-06-17T20:43:56Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![MetazJ](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.kubernetes.io/metazj/32/3316_2.png) [@MetazJ](https://discuss.kubernetes.io/u/MetazJ)
#### Post date: [June 17, 2019, 8:43pm UTC](https://discuss.kubernetes.io/t/problem-with-k8s-and-kubeadm/6811/1 "2019-06-17T20:43:56Z")

</div>

Kubernetes version: Latest  
Installation method: Kubernetes with kubeadm.  
CRI and version: Docker latest

Good Morning.  
I have a program with the implementation of kubernetes with kubeadm, everything is fine until I execute the command kubeadm join, etc. It does not give an error, it only remains loading and shows “pre-flight checks”.

---

<div class="post-metadata">

### Author: ![steefdebruijn](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.kubernetes.io/steefdebruijn/32/3067_2.png) [@steefdebruijn](https://discuss.kubernetes.io/u/steefdebruijn)
#### Post date: [June 18, 2019, 4:33am UTC](https://discuss.kubernetes.io/t/problem-with-k8s-and-kubeadm/6811/2 "2019-06-18T04:33:36Z")

</div>

Hi

I had that problem too. Do you have the weave (or other pod network layer) running? Check the logs of their pods and Kubectl logs on problem node and master. I had to set the pod network range explicitly and/or disable swap and the problem went away. When all run please reboot cluster and check if cluster is healthy after the fact.

Steef

---

<div class="post-metadata">

### Author: ![MetazJ](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.kubernetes.io/metazj/32/3316_2.png) [@MetazJ](https://discuss.kubernetes.io/u/MetazJ)
#### Post date: [June 18, 2019, 1:52pm UTC](https://discuss.kubernetes.io/t/problem-with-k8s-and-kubeadm/6811/3 "2019-06-18T13:52:19Z")

</div>

Hi  
I’m just installing the environment, therefore I do not have pods. I’m using flannel (network mod).

---

<div class="post-metadata">

### Author: ![macintoshprime](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.kubernetes.io/macintoshprime/32/7121_2.png) [@macintoshprime](https://discuss.kubernetes.io/u/macintoshprime)
#### Post date: [June 18, 2019, 2:43pm UTC](https://discuss.kubernetes.io/t/problem-with-k8s-and-kubeadm/6811/4 "2019-06-18T14:43:30Z")

</div>

Have you checked the kubelet logs?

---

<div class="post-metadata">

### Author: ![steefdebruijn](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.kubernetes.io/steefdebruijn/32/3067_2.png) [@steefdebruijn](https://discuss.kubernetes.io/u/steefdebruijn)
#### Post date: [June 18, 2019, 3:44pm UTC](https://discuss.kubernetes.io/t/problem-with-k8s-and-kubeadm/6811/5 "2019-06-18T15:44:45Z")

</div>

I meant those 😉

And you _do_ have pods running, but in the kube-system namespace.
