Hi folks, I am running rancher-desktop on macOS but for some reason the metrics-server pod never becomes ready and shows the following:
"Readiness probe failed: HTTP probe failed with statuscode: 500"
Looking at the logs of the pod, I see this:
"*Failed to scrape node" err="Get \"
https://192.168.0.42:10250/stats/summary?only_cpu_and_memory=true\": context deadline exceeded" node="lima-rancher-desktop"*
"Failed probe" probe="metric-storage-ready" err="not metrics to serve"
I see that the ip 192.168.0.42 is of the core-dns pod.
pod/coredns-d76bd69b-w454r 1/1 Running 1 (19h ago) 50d 10.42.0.42 lima-rancher-desktop <none> <none>
I am not sure why the health check is failing due to which readiness probe has failed and second, why it is unable to scrape the metrics from core-dns. Has anyone faced this issue and what additional steps do I need to do to make it work?