We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
so it becomes handy to target multiple required machines at a time
The text was updated successfully, but these errors were encountered:
Can you give an example? I don't quite understand what you are describing.
Sorry, something went wrong.
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
This should be solved with: #940
seriousben
No branches or pull requests
so it becomes handy to target multiple required machines at a time
The text was updated successfully, but these errors were encountered: