-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agent Not Connecting in UI #481
Comments
I also tried
and have very similar pod logs and behavior. |
Hey @sshleifer I'm just a fellow user, not maintainer, but want to help:
config:
debug: true
You can try to override config: config:
# I'm not sure if null is valid to take all jobs, in production you'd want Kubernetes job to only be picked up by certain tag
tags: null Or make a Buildkite pipeline that sets the matching tag as README suggests https://github.com/buildkite/agent-stack-k8s?tab=readme-ov-file#sample-buildkite-pipelines |
I followed README instructions with some modification.
My pod logs
Which looks fine but in the UI it doesn't show any connected agents and when I trigger a build it says waiting for agent forever.
README modifications
We use argocd so I made a new app like
Wondering if any ideas whats going wrong or debug steps? When I change the tokens I get louder errors so I don't think thats the problem.
The text was updated successfully, but these errors were encountered: