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

Add count/jobs.batch quota of 150 to organization-objects resourcequota #139

Merged
merged 1 commit into from
Dec 1, 2022

Conversation

simu
Copy link
Member

@simu simu commented Dec 1, 2022

We've observed that large amounts of completed jobs (and associated pods) can cause increased resource consumption in control plane components (e.g. apiserver memory usage). We've also observed noticeable kubectl lag for operations like kubectl get pods -A.

We've picked an initial limit of 150 jobs which should be sufficient for regular uses (e.g. appuio-cloud-reporting currently has 57 jobs in the namespace).

Checklist

  • PR contains a single logical change (to build a better changelog).
  • Update the documentation.
  • Categorize the PR by setting a good title and adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog.

@simu simu added the enhancement New feature or request label Dec 1, 2022
@simu simu changed the title Add count/job.batch quota of 150 to organization-objects resource… Add count/job.batch quota of 150 to organization-objects resourcequota Dec 1, 2022
…quota

We've observed that large amounts of completed jobs (and associated
pods) can cause increased resource consumption in control plane
components (e.g. apiserver memory usage). We've also observed noticeable
`kubectl` lag for operations like `kubectl get pods -A`.
@simu simu marked this pull request as ready for review December 1, 2022 14:55
@simu simu requested a review from a team December 1, 2022 14:55
@simu simu changed the title Add count/job.batch quota of 150 to organization-objects resourcequota Add count/jobs.batch quota of 150 to organization-objects resourcequota Dec 1, 2022
@simu simu merged commit 7f35837 into master Dec 1, 2022
@simu simu deleted the feat/job-quota branch December 1, 2022 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants