-
Notifications
You must be signed in to change notification settings - Fork 33
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
Configurable job/pod name #166
Comments
Hi @calvinbui, thanks for using agent-stack-k8s! This is certainly something we could implement, but there are a few choices for what to put there. Some that I can think of are:
It also should be noted that knowing where the jobs are run is a few clicks away in the job's timeline tab. There you can find a link to the agent, who's tags will make it clear it was run on Kubernetes (and some of the option for the choice above). But I completely agree that having it in the place in your screenshot is a lot more user-friendly. Let me know what you think. |
the easiest is probably respecting the |
Looks like these two lines of code need to be updated with the actual agent name:
|
All job and pod names are configured to be
buildkite-%s
agent-stack-k8s/internal/controller/config/config.go
Line 37 in 6763278
agent-stack-k8s/internal/controller/scheduler/scheduler.go
Line 459 in 6763278
We have multiple environments, so it'll be easier to identify where jobs are run if this value was configurable.
The text was updated successfully, but these errors were encountered: