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

Remove resource limits in OpenShift #588

Open
chrislaick opened this issue Jan 9, 2025 · 0 comments
Open

Remove resource limits in OpenShift #588

chrislaick opened this issue Jan 9, 2025 · 0 comments
Labels
Phase 4 - Sprint 5 Feb 10 - Mar 7, 2025 Priority: low This issue has no user or business impact task a task that a dev team member needs to address

Comments

@chrislaick
Copy link
Collaborator

After meeting with AppOps team on Jan 8th, they recommended we remove the resource limits in OpenShift for our Drupal projects, as recommended by the Platform Services team in an email dated Dec 10, 2024. Pay Transparency and Airflow projects and have resource limits removed without any adverse effects.

Dear OpenShift Project Teams,

We’re excited to share that as of this morning, December 10, 2024, we’ve made updates to the Quota section to enhance its flexibility and usability:

Removal of Resource Limits - The concept of limit has been removed. OpenShift now uses only request values configured by the OpenShift Provisioner.

What this means: Resource requests configured for a namespace are always guaranteed, while additional resources are only available when node capacity allows.

Why limits were removed: Setting CPU limits on Kubernetes can lead to inefficiencies and CPU throttling, even when additional resources are available. By relying on requests, we ensure that resources are reserved for critical workloads without unnecessary constraints, enabling optimal resource utilization and preventing CPU starvation.

Enhanced Numeric Input Options

To provide greater flexibility, the UI now features numeric inputs instead of dropdowns, enabling more precise resource allocation:

CPU: Adjustable from 0 to 64 cores in 0.5-core increments.

Memory: Adjustable from 0 to 128 GB in 1 GB increments.

Storage: Adjustable from 0 to 512 GB in 1 GB increments.

If you have any concerns or questions, please reach out to us via [email redacted].

Regards,
Platform Services Team

See example commit from Pay Transparency project. We can ignore the requests change:

bcgov/fin-pay-transparency@3320506

@chrislaick chrislaick added the task a task that a dev team member needs to address label Jan 9, 2025
@chrislaick chrislaick added the Priority: low This issue has no user or business impact label Jan 9, 2025
@NicoledeGreef NicoledeGreef added the Phase 4 - Sprint 5 Feb 10 - Mar 7, 2025 label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Phase 4 - Sprint 5 Feb 10 - Mar 7, 2025 Priority: low This issue has no user or business impact task a task that a dev team member needs to address
Projects
Development

No branches or pull requests

2 participants