From 56ca46001c876e1aa945557f4a27e2b51869576b Mon Sep 17 00:00:00 2001 From: hridyesh bisht Date: Fri, 20 Mar 2026 16:37:01 +0530 Subject: [PATCH] Adding information about Fleet resource limits --- .../integrations-in-rancher/fleet/overview.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/versioned_docs/version-2.14/integrations-in-rancher/fleet/overview.md b/versioned_docs/version-2.14/integrations-in-rancher/fleet/overview.md index efe2f2fd2f4..4881872fefc 100644 --- a/versioned_docs/version-2.14/integrations-in-rancher/fleet/overview.md +++ b/versioned_docs/version-2.14/integrations-in-rancher/fleet/overview.md @@ -58,7 +58,13 @@ For details on using Fleet behind a proxy, see the [Using Fleet Behind a Proxy]( In order for Helm charts with dependencies to deploy successfully, you must run a manual command (as listed below), as it is up to the user to fulfill the dependency list. If you do not do this and proceed to clone your repository and run `helm install`, your installation will fail because the dependencies will be missing. -The Helm chart in the git repository must include its dependencies in the charts subdirectory. You must either manually run `helm dependencies update $chart` or run `helm dependencies build $chart` locally, then commit the complete charts directory to your git repository. Note that you will update your commands with the applicable parameters +The Helm chart in the git repository must include its dependencies in the charts subdirectory. You must either manually run `helm dependencies update $chart` or run `helm dependencies build $chart` locally, then commit the complete charts directory to your git repository. Note that you will update your commands with the applicable parameters. + +## Fleet resource configuration + +Fleet supports configuring CPU and memory resource requests and limits for both management cluster controllers and downstream cluster agents. When running Fleet through Rancher, pass configuration using the rancher-config ConfigMap instead of Helm directly. + +For detailed configuration options, refer to [Resource Limits in Fleet](https://fleet.rancher.io/how-tos-for-operators/resource-limits) ## Troubleshooting