Agent Cannot Connect To Server #3233
-
Componentserver, agent Describe the bugThe server seems to refuse connections on port 9000, even though it says it is listening. System Info2.1.1
This is running in kubernetes via a custom helm chart.
I have the server available through a traefik ingress.
The gRPC service is available to the agent as a clusterIP.
I did also try this with the `latest` image tag for both the server and the agent. Additional contextAgent logs:
Given that there is no shell (scratch image) on either the server or the agent, I could not exec in and do any diagnostics. I did run a
I have also written an
Unfortunately, this hangs indefinitely. Also, your Contributing Guidelines link does not exist. Validations
|
Beta Was this translation helpful? Give feedback.
Answered by
TheDarkula
Jan 20, 2024
Replies: 1 comment 7 replies
-
There are Alpine images:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you so much for the alpine image suggestion :)
I was able to sort it all out.
It was a service misconfiguration in helm.
Thank you so much!