Skip to content

Make use of build requests/limits for build permission init container

Romuald Atchadé requested to merge k8s-executor-failed-quota into main

What does this MR do?

Add request/limit to init containers

This MR finishes the work started by @tomas.kohout1995 in !3306 (closed)

Why was this MR needed?

Currently it's not possible to use gitlab runner when resourcequotas are present in namespace, where jobs should run.

What's the best way to test this MR?

Create ns with resourcequotas and see if job pods are correctly created.

What are the relevant issue numbers?

close #28098 (closed)

Merge request reports