You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
when trying to apply a large file (one real world example they were trying to apply a 2.7MB file), the remoteresource-controller container kept getting OOMKilled.
Describe the solution you'd like
dont download the entire file, these large files are usually large because they are --- separated multipart yamls. You should be able to download or stream chunks and process them accordingly.
Describe alternatives you've considered
use smaller files. divide large multipart yamls into smaller files with less yamls.
Additional context
real world sample of container getting killed
Is your feature request related to a problem? Please describe.
when trying to apply a large file (one real world example they were trying to apply a 2.7MB file), the remoteresource-controller container kept getting OOMKilled.
Describe the solution you'd like
dont download the entire file, these large files are usually large because they are
---
separated multipart yamls. You should be able to download or stream chunks and process them accordingly.Describe alternatives you've considered
use smaller files. divide large multipart yamls into smaller files with less yamls.
Additional context
real world sample of container getting killed
The text was updated successfully, but these errors were encountered: