Kubeadm init hung on [init] This might take a minute or longer if the control plane images have to be pulled

10/25/2018

My intallation is hung in this step

kubeadm init --apiserver-advertise-address=198.168.56.101 --pod-network-cidr=192.168.0.0/16

--- Kubeadm init stuck on [init] This might take a minute or longer if the control plane images have to be pulled.
-- user10478566
google-kubernetes-engine
kubectl
kubernetes

1 Answer

10/25/2018

Clean it up and start it using kubeadm init only, and let it chose the subnets itself.

-- Ijaz Ahmad Khan
Source: StackOverflow