Skip to content
New issue

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

[DO NOT MERGE] Changes for OVN-IC testing on baremetal #77

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

venkataanil
Copy link

It has changes to

  1. distribute pods uniformly on all nodes
  2. use kube-burner's default metrics.yml

topologySpreadConstraints allows pods to be distributed with
the given skew on the node. We set it to 1 to distribute pods
uniformly in all worker nodes.

As this feature is confied to pods in a namespace i.e
"Only pods within the same namespace are matched and grouped
together when spreading due to a constraint" from OCP docs,
we set pod replica count to 120 to spread pods belonging to
a namespace on all 120 worker nodes.
Use default kube-burner metrics.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant