Hi,
I have installed Rancher with a simple Docker install, and I have added three clusters to it.
Now I got this issue with one of the clusters: Alert: Component scheduler is unhealthy.
I have tried to see the status with kubectl get componentstatus, and this is the output.
NAME STATUS MESSAGE ERROR
scheduler Unhealthy Get http://127.0.0.1:10251/healthz: dial tcp 127.0.0.1:10251: connect: connection refused
controller-manager Healthy ok
etcd-0 Healthy {“health”:“true”}
Does anyone have the solution to this problem?