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

Add labels matches to executors #929

Open
sadath-12 opened this issue Oct 8, 2024 · 3 comments
Open

Add labels matches to executors #929

sadath-12 opened this issue Oct 8, 2024 · 3 comments
Assignees

Comments

@sadath-12
Copy link
Contributor

so it becomes handy to target multiple required machines at a time

@diptanu
Copy link
Collaborator

diptanu commented Oct 9, 2024

Can you give an example? I don't quite understand what you are describing.

@sadath-12
Copy link
Contributor Author

can executors have multiple key-value pairs labels for functions to target them .

Let's say I have a executor1 of labels

"key1": "val1",
"key2": "val2",
"key3": "val3"

Can I say the function to prefer to run on executors which have

"key1":"val1",
"key2": "val2"

labels ?? given that's its not an hard contraint , just like nodeselectors and nodeAffinity rules

@miguelhrocha
Copy link
Collaborator

This should be solved with: #940

@seriousben seriousben self-assigned this Nov 26, 2024
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

4 participants