Cluster Agent Pods Missing, Deployment Not Ready

I deleted a cluster from my Rancher server accidentally and now I can’t add it back. When I reapply the manifest that Rancher gives me from the import process, then nothing happens on the cluster I want to re-add. The pods never launch at all. All I get is a service and a deployment that hangs on 0/1 Ready. There are no events or logs and the Rancher server UI just says “Pending” for this cluster. Help please.

$ kubectl -n cattle-system get all
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/cattle-cluster-agent ClusterIP 192.168.54.78 80/TCP,443/TCP 60m

NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/cattle-cluster-agent 0/1 0 0 8m34s

Please disregard. My cluster was having a problem where the scheduler wasn’t working and no pods were being created. Ugh. Long days. Restarting the scheduler helped. All is well now.