Ensure clusters have labels like openshiftVersion=4.18 and region=us-west etc.
Create placement with matchExpressions (include one label, exclude another):
matchExpressions:
- key: openshiftVersion
operator: In
values: ["4.18"]
- key: region
operator: NotIn
values: ["us-west"]
Validate PlacementDecision.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit