Hi, I have setup k8s cluster with one control plane and three worker nodes, and installed helm and add JH repo to this chart which mentioned in Installing JupyterHub — Zero to JupyterHub with Kubernetes documentation and now when I am trying to install JH helm chart it’s taking too much time to install and finally throwing an message that “timed out waiting for the condition”.
When I checked the pod logs I am getting the below mentioned error
2024/01/04 13:04:59 [DEBUG] GET https://kubernetes.default.svc:443/apis/apps/v1/namespaces/default/daemonsets/hook-image-puller: retrying in 30s (1 left)
2024/01/04 13:05:39 [ERR] GET https://kubernetes.default.svc:443/apis/apps/v1/namespaces/default/daemonsets/hook-image-puller request failed: Get “https://kubernetes.default.svc:443/apis/apps/v1/namespaces/default/daemonsets/hook-image-puller”: dial tcp: lookup kubernetes.default.svc on 10.96.0.10:53: read udp 192.168.193.70:52699->10.96.0.10:53: read: no route to host
2024/01/04 13:05:39 GET https://kubernetes.default.svc:443/apis/apps/v1/namespaces/default/daemonsets/hook-image-puller giving up after 6 attempt(s): Get “https://kubernetes.default.svc:443/apis/apps/v1/namespaces/default/daemonsets/hook-image-puller”: dial tcp: lookup kubernetes.default.svc on 10.96.0.10:53: read udp 192.168.193.70:52699->10.96.0.10:53: read: no route to host