Skip to content

Commit

Permalink
Merge pull request #1510 from rohitsakala/intermittent-failure-to-ins…
Browse files Browse the repository at this point in the history
…tall-neuvector-extension-in-rancher-ui

Update file size limit to 30MB
  • Loading branch information
btat authored Oct 29, 2024
2 parents 3a58c51 + 3f7782f commit 01671e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01671e7

Please sign in to comment.