[FEATURE]: Add regex matching to spreadscalers #419
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
rust
Pull requests that update Rust code
Description
This feature lets you deploy to a set of labels which match the RegEx rather than just being equal to a label. This could allow for the following:
Example
Imagine a set of 5 nodes, each with the following
zone
labels:And the following spreadscaler config:
Would result in deployment to:
This prevents the need for separate labels for country, region and availability zone.
The text was updated successfully, but these errors were encountered: