K8s - Solve pod is always pending

Statement I’m using colima & kind & kubebuilder to test a operator project in my local env. The way I set up a local kind cluster is Contour_Create_a_Kind_Cluster. The cluster looks like: >> kubectl get node NAME STATUS ROLES AGE VERSION kind-control-plane Ready control-plane 24h v1.27.3 kind-worker Ready <none> 24h v1.27.3 Then use make run to start and deploy a service. However, when I used kubectl get all -n ns