Skip to content
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

cluster_options Exposing Ability to Include worker/scheduler_extra_pod_labels #471

Open
BnJam opened this issue Jan 13, 2022 · 0 comments
Open

Comments

@BnJam
Copy link

BnJam commented Jan 13, 2022

As an ability to track resource metrics of the Scheduler and Workers, I would like to put forward a feature request to allow labels to be added to Pods via cluster_options:

options = gateway.cluster_options()
options.extra_pod_labels = {
    some_extra_label: label_value,
    another_extra_label: another_value
}

My main reasoning behind this is to perform more detailed cost analysis for different projects my team is working on. Yes, we can track by user, however, each user may be running workloads for a couple projects at a time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant