Simplekube icon indicating copy to clipboard operation
Simplekube copied to clipboard

Single node ok?

Open ncresswell opened this issue 7 years ago • 1 comments

So i built a new Ubuntu 16.04 server, vanilla machine... set a fixed IP for it, updated the install_k8s.sh to reflect the IP and then ran sudo ./install_k8s.sh --master and let the install finish. Got the cluster is up and running, but all 3 kube-system pods remain "pending" and when i inspect them, says "no resources for to schedule".

So i did a kubectl get cs and see all three services as Healthy.

What am i doing wrong?

ncresswell avatar Jun 05 '18 07:06 ncresswell

Hi @ncresswell ,

It seem your Master plane work but you got issues on the Worker side,

To verify :

kubectl get node I think your nodes are on NotReady states.

To fix that, you need to check Kubelet logs : systemctl -u kubelet -f You should see some errors, please post them here if you want assistance.

Otherwize, this repo is a bit deprecated (I need to update it), If you want a single node, you can use my Kubernetes-Saltstack setup, which is more up-to-date :

https://github.com/valentin2105/Kubernetes-Saltstack

valentin2105 avatar Jun 12 '18 23:06 valentin2105