-
Notifications
You must be signed in to change notification settings - Fork 44
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 |
Adding that I'm experiencing the same exact issue. I've been following the instructions in the README and other documentation. I also followed the suggestion above of setting I have created a
I also tried the above suggestion to set |
I encountered the same issue but was able to successfully get agent-stack-k8s running and completing jobs by explicitly adding the cluster-uuid to the Helm chart deployment command. 🔍 Key Observation: ✅ Solution: helm upgrade --install agent-stack-k8s oci://ghcr.io/buildkite/helm/agent-stack-k8s If anyone else is facing this issue, I recommend explicitly setting the cluster-uuid during deployment. Hope this helps! 🚀 |
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: