Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Problem

Kubernetes Addons - weave second/slaves pods are not starting up after executing kubeadm join command in the slave machines. weave pods status is CrashLoopBackOff

Cause

Enhanced network feature to use ethernet network interface (eth0) is not configured. "ifconfig -a" shown the result with "ens5" for the private ip network instead of eth0.

Fix

Provision the aws instances with "High" network interface configuration (In Aws console, specific instance configuration network interface should be eth0). Kubernetes cni (weave) network will use the ethernet to start the cluster(Result: slave node status will be "Ready").

  • No labels