You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the reasonable expectation here is to either:
Convert the selector field to be a manual entry or pickbox for "or" semantics, or
Treat the entire list like one giant "or"
The current functionality I think would not suffice for something like "restrict this tenant to the following node hostnames." It would work if you just applied a label I suppose.
The text was updated successfully, but these errors were encountered:
Using latest stable Operator:
Attempted to apply node selectors as follows:
for node 2 -> 5
This results in the following YAML:
This fails scheduling as Kubernetes appears to look for hostnames with all of those labels at once, not just any single one
The correct YAML via @pjuarezd is:
I think the reasonable expectation here is to either:
The current functionality I think would not suffice for something like "restrict this tenant to the following node hostnames." It would work if you just applied a label I suppose.
The text was updated successfully, but these errors were encountered: