containerized-data-importer/pkg/controller/transfer
Michael Henriksen cc8dbc3bae
increase controller cuncurrency and cpu requests (#2862)
This commit ups the cpu request for for all our installed compopents
(cdi-deployment, cdi-apiserver, cdi-uploadproxy, cdi-operator)
for 10m (1% of a core) to 100m (10% of a core).
The main driver of this is BZ: 2216038.
Without this change, it is pretty easy to create a large number of
concurrent clone operations and get token timeout errors.
Upping resource requests and concurrency addresses the issue
in a very direct way.

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
2023-08-24 02:48:34 +02:00
..
BUILD.bazel Update to ginkgo v2 (#2788) 2023-07-26 02:35:55 +02:00
controller_suite_test.go Update to ginkgo v2 (#2788) 2023-07-26 02:35:55 +02:00
controller_test.go golangci-lint: Enable errcheck (#2696) 2023-04-25 20:40:16 +02:00
controller.go increase controller cuncurrency and cpu requests (#2862) 2023-08-24 02:48:34 +02:00
dv_test.go Update to ginkgo v2 (#2788) 2023-07-26 02:35:55 +02:00
dv.go PVC Clone Populator (#2709) 2023-05-24 05:11:52 +02:00
pvc_test.go Update to ginkgo v2 (#2788) 2023-07-26 02:35:55 +02:00
pvc.go PVC Clone Populator (#2709) 2023-05-24 05:11:52 +02:00
watch.go Only list Ingresses/Routes in CDI namespace instead of cluster level (#2371) 2022-08-01 22:12:47 +02:00