Search code examples
dockerkuberneteskubectlkubeadm

kubernetes cluster cant intilized


I'm creating kubernetes cluster on fedora 26, but I can't initialize cluster on kubernetes.

Here I'm attaching images and error for your references, guide me how to solve the issue..

Environment:

  • Docker Version
  • Client Version: 1.13.1
  • API version: 1.26

Kubeadm version:

Kubeadm version

Error Image:

Error Image

Cluster Error:

Cluster Error


Solution

  • The issue with your setup is that the minimum required CPU to install Kubernetes with kubeadm is 2 and you have only 1 CPU on your VM.

    If you want to setup kubernetes on single machine, please have a look at microK8s. Following is the step by step instruction to install it on Fedora:

    https://itnext.io/a-local-kubernetes-with-microk8s-33ee31d1eed9