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

*: introduce contrib for runkperf #106

Merged
merged 7 commits into from
Mar 28, 2024
Merged

Conversation

fuweid
Copy link
Collaborator

@fuweid fuweid commented Mar 28, 2024

The contrib is to hold extra commands, for example, ekswarmup is used to trigger EKS apiserver's cores.
It will hold benchmark test suites in the following-up.

The runkperf is entrypoint for all the extra commands. It's also installed into kperf image.

Currently, the runkperf ekswarmup is used to trigger EKS to bump apiserver's cores into 8 at least.
Most of settings are fixed. We should make it configurable in the future. This command requires three nodepools, like

apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig

metadata:
  name: XYZ
  region: us-east-2
  version: "1.27"

nodeGroups:
  - name: virtualnode
    instanceType: m4.2xlarge // used to hold 100 virtual nodes
    desiredCapacity: 5
  - name: runner
    instanceType: m4.4xlarge // used to hold kperf runner
    desiredCapacity: 3
  - name: placeholder 
    instanceType: m4.large // used to share providerID to virtual nodes, just in case that virtual nodes are deleted by EKS cloud provider
    desiredCapacity: 1

Ideally, it will take 17 minutes for warmup.

@fuweid fuweid merged commit 14328c4 into Azure:main Mar 28, 2024
4 checks passed
@fuweid fuweid deleted the introduce-contrib branch March 28, 2024 15:37
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