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

Label for multiple drivers #29

Closed
sparshev opened this issue Oct 27, 2022 · 0 comments · Fixed by #37
Closed

Label for multiple drivers #29

sparshev opened this issue Oct 27, 2022 · 0 comments · Fixed by #37
Assignees
Labels
enhancement New feature or request

Comments

@sparshev
Copy link
Collaborator

In general some of the workloads just needs a certain dependencies and doesn't care where they are executed (vmx or aws for example). So I think it's possible to extend the labels with multiple driver/definitions. That's useful for the second (or third, ...) fallback to use the resource outside of the pool or smaller machines in case huge ones are not available.

Not sure about the way to implement that - it will be hard to store multiple definitions as one label (json could work, but it's a bit tricky) or store definitions separately and link to the label (which introduces an issue with label atomic versioning and complication of creating/updating labels)...

@sparshev sparshev added the enhancement New feature or request label Oct 27, 2022
@sparshev sparshev self-assigned this Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant