kubevirt / project-infra

Project infrastructure administrative tools
Apache License 2.0
26 stars 138 forks source link

bootstrap: Increase podman pids_limit to 4096 #3611

Closed brianmcarey closed 2 months ago

brianmcarey commented 2 months ago

What this PR does / why we need it:

The nightly build jobs have been failing[1] due to default podman pids_limit (2048)[2] in the bootstrap image being too low.

Increasing this to 4096 allows the nightly build jobs to complete successfully[3].

[1] https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/logs/periodic-kubevirt-push-nightly-build-main/1828599108043018240 [2] https://docs.podman.io/en/v5.2.2/markdown/podman-update.1.html#pids-limit-limit [3] https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/logs/periodic-kubevirt-push-nightly-build-main/1828835977469104128

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #

Special notes for your reviewer: /cc @dhiller

Checklist

This checklist is not enforcing, but it's a reminder of items that could be relevant to every PR. Approvers are expected to review this list.

Release note:

kubevirt-bot commented 2 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dhiller

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubevirt/project-infra/blob/main/OWNERS)~~ [dhiller] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment