cloudbees-oss / terraform-aws-cloudbees-ci-eks-addon

CloudBees CI Add-on for AWS EKS
https://registry.terraform.io/modules/cloudbees/cloudbees-ci-eks-addon/aws
MIT License
10 stars 12 forks source link

[Blueprints, 02-at-scale]: Adding Resource Quotas for limiting Number of Agent Nodes #212

Open carlosrodlop opened 2 weeks ago

carlosrodlop commented 2 weeks ago

Community Note

What is the outcome that you are trying to reach?

Jenkins CAP limits have not been tested for HA ==> Recommended approach is using Resource Quotas to restrict the number of Pods per namespace https://kubernetes.io/docs/concepts/policy/resource-quotas/#object-count-quota

The total number of Pods in a non-terminal state that can exist in the namespace. A pod is in a terminal state if .status.phase in (Failed, Succeeded) is true.

CB Internal discussion: https://cloudbees.slack.com/archives/C016PCUB648/p1730887668268829

Describe the solution you would like

Describe alternatives you have considered

Additional context