0

Here I'm was using kubernetes for create the cluster manage with all my containers,Now i have some issues on that - I'm using this command to install kubernetes:-

# dnf install docker cockpit cockpit-docker cockpit-kubernetes kubernetes etcd kubeadm -y
# docker version
# docker-ce-17.09.0.ce-1.fc26

This is my current status on kubernetes & docker.

Image

Image

Image

Image

Image

This My current Status in the kubernetes cluster When I Initialized Kubernetes Cluster have this kind of error

Image

Ananthu R V
  • 428
  • 4
  • 17
ajithk
  • 13
  • 2
  • 3
    Welcome to SO. Please do not add text output as images. Add it as text with an indentation of 4 spaces. And please include only relevant parts of your output. – mbuechmann Nov 20 '18 at 09:58
  • 1
    You can use Kontena to deploy k8s clusters, if you do not have very specific requirements. – Nikita Zernov Nov 29 '18 at 07:49

2 Answers2

0

I did use below URL for deploy three node cluster. https://blog.alexellis.io/kubernetes-in-10-minutes/

Note: if you want to start only single node cluster, then run taint command as per describe in above URL on master node so container can launch on master node also and if you want to run worker node separately then launch separate vm/vms and run command from start to till swapoff command then join vm to master.

k''
  • 702
  • 1
  • 8
  • 19
0

I think you have missed a step in this link.

You seem to have not created a Pod network Add-on , create a local pod network such as flannel etc.

fatcook
  • 946
  • 4
  • 16