From c7f17c7a15a4484264452b124f55f32a3b4890a7 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Tue, 12 Dec 2023 09:10:49 +0100 Subject: [PATCH] Add link to in-memory Kustomize builds document Signed-off-by: Hidde Beydals --- RESULTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RESULTS.md b/RESULTS.md index eff531f..4141959 100644 --- a/RESULTS.md +++ b/RESULTS.md @@ -39,10 +39,10 @@ registry at the same time. Increasing kustomize-controller's concurrency above 10 does yield better results, but the `/tmp` directory must be in tmpfs to prevent the Kustomize -build from disk thrashing. +build from disk thrashing. Documentation on this can be found here: +https://fluxcd.io/flux/installation/configuration/vertical-scaling/#enable-in-memory-kustomize-builds Increasing helm-controller's concurrency above 10 does not yield better results due to Helm SDK overloading the Kubernetes OpenAPI endpoint. Higher concurrency probably requires an HA Kubernetes control plane with multiple API replicas. -