From 3f7782f84fe469fc8c5399fe689dc3e6e802a21d Mon Sep 17 00:00:00 2001 From: Venkata Krishna Rohit Sakala Date: Wed, 16 Oct 2024 08:18:35 -0700 Subject: [PATCH] Update file size limit to 30MB --- .../version-2.9/integrations-in-rancher/rancher-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-2.9/integrations-in-rancher/rancher-extensions.md b/versioned_docs/version-2.9/integrations-in-rancher/rancher-extensions.md index 383bfd36ee4b..8059f2ebe608 100644 --- a/versioned_docs/version-2.9/integrations-in-rancher/rancher-extensions.md +++ b/versioned_docs/version-2.9/integrations-in-rancher/rancher-extensions.md @@ -29,7 +29,7 @@ When you enable extension support for the first time, it creates resources, such By default, Rancher caches every extension file in the file system. You can change that behavior by setting `plugin.noCache` to `true`. -Rancher does have a cached file size limit of 20MB. If an extension has a file bigger than that, the cache is disabled and `plugin.noCache` is set to `true`, regardless of user input. +Rancher does have a cached file size limit of 30MB. If an extension has a file bigger than that, the cache is disabled and `plugin.noCache` is set to `true`, regardless of user input. ## Installing Extensions