I have installed a kubernetes cluster with kubeadm with the instructions base on the below link :
https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm
and cri-dockerd for Container Runtime via the link :
https://github.com/Mirantis/cri-dockerd
the installed go version for build the code is : "go1.21.0 linux/amd64"
and for pod Networking (Calico) as the link :
https://docs.tigera.io/calico/latest/getting-started/kubernetes/self-managed-onprem/onpremises
The cluster and nodes are ok :
and
and
But I have problems with some calico related pods !
Please help me, I'm new in Kubernetes learning. Thanks in advance.