The hub cannot be started.
kubectl get pods NAME READY STATUS RESTARTS AGE kubeshark-front-58f74c4c88-zhqfr 1/1 Running 0 41m kubeshark-hub-6f7d9d94c8-zfb6t 0/1 CrashLoopBackOff 11 21m kubeshark-hub-9cb559c6f-7xmm8 0/1 CrashLoopBackOff 11 22m kubeshark-worker-daemon-set-7pdg9 2/2 Running 0 41m kubeshark-worker-daemon-set-bb9rq 2/2 Running 0 41m kubeshark-worker-daemon-set-ff8bt 2/2 Running 0 41m
kubectl logs -f kubeshark-hub-6f7d9d94c8-zfb6t 2026/05/12 02:26:59 [DEBUG] GET https://api.kubeshark.com/health 2026/05/12 02:26:59 [ERR] GET https://api.kubeshark.com/health request failed: Get "https://api.kubeshark.com/health": dial tcp 34.228.127.8:443: connect: connection refused 2026/05/12 02:26:59 [DEBUG] GET https://api.kubeshark.com/health: retrying in 15s (5 left) I0512 02:27:00.385111 1 request.go:697] Waited for 1.00546772s due to client-side throttling, not priority and fairness, request: GET:https://10.96.0.1:443/api/v1/pods?limit=500&resourceVersion=0 2026/05/12 02:27:14 [ERR] GET https://api.kubeshark.com/health request failed: Get "https://api.kubeshark.com/health": dial tcp 100.28.85.253:443: connect: connection refused 2026/05/12 02:27:14 [DEBUG] GET https://api.kubeshark.com/health: retrying in 30s (4 left)
We are in an internal network environment and cannot connect to https://api.kubeshark.com/health. How can we avoid this error?
Source: kubeshark/kubeshark