I apologize if this has been addressed. I couldn’t find an existing topic that matched.
My Rancher cluster is up and healthy, but when trying to add another cluster the health check fails.
Using both the cluster import using a cluster built with RKE, and the bare metal cluster creation using the docker command, my cluster nodes show as Active and Healthy. They are configured as etcd,control plane, and worker nodes. The cluster reports:
This cluster is currently Error ; areas that interact directly with it will not be available until the API is ready.
Cluster health check failed: cluster agent is not ready
On the cluster built with RKE:
kubectl get --raw=‘/readyz?verbose’
Shows health checks pass. (I can’t get the kubeconfig for the cluster nodes built with the docker command)
Where can I look to determine why the health checks are failing?