Closed onetwopunch closed 10 months ago
then I would assume you misconfigured your environment variables 😉 can you show me how you did that ?
also, it's typically not needed to customize the KUBERNETES_SERVICE_{HOST,PORT}
envs, because K8s sets those automatically. can you try to run it again without modifying these envs ?
closing without further info
I'm using the default options in deploy/k8s and only overriding the
KUBERNETES_SERVICE_{HOST,PORT}
environment variables but getting the following error about a minute or so after the pod starts:I know that pods are able to talk to the api server because I have a running deployment of kube-state-metrics that also overrides the same env vars with the same values.
I'm running kubernetes 1.28.3 if that's helpful.