Hi Folks! while setting up k8s multi master cluster setup getting this error ple . . .

Putta Swamy Sagar:
Hi Folks!
while setting up k8s multi master cluster setup getting this error
please help me to resolve this issue
[wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory “/etc/kubernetes/manifests”. Thup to 4m0s
[kubelet-check] Initial timeout of 40s passed.

    Unfortunately, an error has occurred:
            timed out waiting for the condition

    This error is likely caused by:
            - The kubelet is not running
            - The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)

    If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
            - 'systemctl status kubelet'
            - 'journalctl -xeu kubelet'

    Additionally, a control plane component may have crashed or exited when started by the container runtime.
    To troubleshoot, list all containers using your preferred container runtimes CLI.

    Here is one example how you may list all Kubernetes containers running in docker:
            - 'docker ps -a | grep kube | grep -v pause'
            Once you have found the failing container, you can inspect its logs with:
            - 'docker logs CONTAINERID'

error execution phase wait-control-plane: couldn’t initialize a Kubernetes cluster

Putta Swamy Sagar:
Hello can anyone please help on this issue ?

Ly Quoc Bao:
Hey man, did you check this link https://github.com/kubernetes/minikube/issues/4144

Putta Swamy Sagar:
Hi @Ly Quoc Bao
checked the shared link but i didn’t find the resolution for my issue

Ly Quoc Bao:
Could you share more about your kubeadm init, version?

unnivkn:
Hi @Putta Swamy Sagar please try to follow this:
https://dockerlabs.collabnix.com/kubernetes/beginners/Install-and-configure-a-multi-master-Kubernetes-cluster-with-kubeadm.html
https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/