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

[Helm] Set QoS policies for CP and PL #19

Merged
merged 3 commits into from
Dec 6, 2024
Merged

Conversation

karimatwa
Copy link
Member

Motivation:

  • Set load generators as burstable by default. This allows resources to scale dynamically based on load tests. Throttling or evicting these jobs when fully saturated makes sense, as the load test can simply be restarted if necessary.
  • Set control plane to guaranteed QoS class by default, as its role as the orchestrator of load generators makes evictions unacceptable.
    https://kubernetes.io/docs/concepts/workloads/pods/pod-qos/#quality-of-service-classes

Modifications:

  • Set same control plane resource requests and resource limits in order to ensure guaranteed QoS class.
  • Set different load generator resource requests and resource limits in order to ensure burstable QoS class.

@karimatwa karimatwa self-assigned this Dec 6, 2024
@karimatwa karimatwa merged commit 5cf1d92 into main Dec 6, 2024
1 check passed
@karimatwa karimatwa deleted the helm-qos-policy-fixes branch December 6, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant