vmware / weathervane

Virtual-Infrastructure and Cloud Performance Benchmark
Other
153 stars 39 forks source link

Add parameters for affinity/anti-affinity rules #210

Closed hrosenbe closed 3 years ago

hrosenbe commented 3 years ago

The changes in this pull request add parameters that control the addition of pod affinity and anti-affinity rules to the pod manifests. With these changes, the default is to add rules that create a preference for anti-affinity for pods of a given type across all namespaces. This leads to a more even load across all nodes and more predictable results.

The parameters are:

vmwclabot commented 3 years ago

@hrosenbe, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

vmwclabot commented 3 years ago

@hrosenbe, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.