From 333dcfe06cac507fd1e306e1de63dd19065a6642 Mon Sep 17 00:00:00 2001 From: hridyesh bisht Date: Mon, 23 Mar 2026 14:24:18 +0530 Subject: [PATCH] Adding information in docs --- docs/integrations-in-rancher/fleet/overview.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/integrations-in-rancher/fleet/overview.md b/docs/integrations-in-rancher/fleet/overview.md index efe2f2fd2f4..5da64f96a1d 100644 --- a/docs/integrations-in-rancher/fleet/overview.md +++ b/docs/integrations-in-rancher/fleet/overview.md @@ -60,6 +60,12 @@ In order for Helm charts with dependencies to deploy successfully, you must run 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 allows you to configuring CPU and memory resource requests and limits for both management cluster controllers and downstream cluster agents. When running Fleet through Rancher, apply these changes using the `rancher-config` ConfigMap rather than via Helm directly. + +For detailed configuration options, refer to [Resource Limits in Fleet](https://fleet.rancher.io/how-tos-for-operators/resource-limits). + ## Troubleshooting - **Known Issue**: clientSecretName and helmSecretName secrets for Fleet gitrepos are not included in the backup nor restore created by the [backup-restore-operator](../../how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/back-up-rancher.md#1-install-the-rancher-backup-operator). We will update the community once a permanent solution is in place.