Closed eapolinario closed 6 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 37.06%. Comparing base (
25cfe16
) to head (9b1f108
). Report is 29 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Tracking issue
Related to https://github.com/flyteorg/flyte/pull/5103
Why are the changes needed?
Flytekit uses the environment variables _F_L_MIN_SIZE_MB and _F_L_MAX_SIZE_MB to define the minimum and maximum sizes (in MB) for offloading literals. This PR injects those variables in case offloading is enabled.
What changes were proposed in this pull request?
Inject 2 new variables to task pods in case offloading of literals is enabled.
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link