Open larssb opened 2 weeks ago
Hello @larssb, First of all, thanks for using Netfetch! Are you able to exec into the container to ping the service to verify the connection issue - or is the pod stuck in crashing state? I'm not able to reproduce your error locally, not yet atleast. The helm chart has seen very little love since its creation, so I just updated it. Can you test and see if that helps?
When installing
netfetch-1.0.0
2.1.0
I get:The IP
10.241.8.1
is correct. It is theClusterIP
of thekubernetes Service
in thedefault namespace
. I have other applications in the cluster that uses thekubernetes API address
and works without issues.Viewing GetClientset() in scanner.go this is where it seems to be determined that the in-cluster
Kubeconfig
should be used.Looking at the
netfetch Helm Chart values.yaml
file I don't see any way to impact thekubeconfig configuration
used.What can I do to get to a place where this works? And what could be wrong.
Other info
Looking forward to knowing more and thank you very much.