Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Storage To Ephemeral Storage in Helm Chart #4782

Conversation

Future-Outlier
Copy link
Member

@Future-Outlier Future-Outlier commented Jan 26, 2024

Tracking issue

Fixes #3728

Why are the changes needed?

Make users will not request storage when using flyte.

What changes were proposed in this pull request?

replace storage to ephemeralStorage in charts/flyte-core/values.yaml

How was this patch tested?

you can check the request name from flyteadmin here, that's why the key is ephemeralStorage.
https://github.com/flyteorg/flyte/blob/master/flyteadmin/pkg/runtime/interfaces/task_resource_configuration.go#L5-L11

Setup process

Screenshots

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

flyteorg/flytekit#2078

Docs link

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. documentation Improvements or additions to documentation enhancement New feature or request labels Jan 26, 2024
Copy link

codecov bot commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ac5603b) 58.54% compared to head (293f95a) 58.54%.
Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4782   +/-   ##
=======================================
  Coverage   58.54%   58.54%           
=======================================
  Files         625      625           
  Lines       53669    53669           
=======================================
  Hits        31418    31418           
  Misses      19734    19734           
  Partials     2517     2517           
Flag Coverage Δ
unittests 58.54% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@davidmirror-ops davidmirror-ops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 26, 2024
@davidmirror-ops davidmirror-ops merged commit abef3f5 into flyteorg:master Jan 26, 2024
47 checks passed
@fg91
Copy link
Member

fg91 commented Jan 27, 2024

Thank you @Future-Outlier!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Housekeeping] Remove storage from flytekit and helm values
3 participants