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

Fix minio config on helpers.tpl #5018

Merged

Conversation

davidmirror-ops
Copy link
Contributor

Tracking issue

Closes #5004

Why are the changes needed?

What changes were proposed in this pull request?

How was this patch tested?

Deployed to an on-prem K8s cluster with minio and it successfully executes workflows.

I used storage.type: sandbox

Setup process

Screenshots

Check all the applicable boxes

  • I updated the documentation accordingly. (It will be part of the Flyte the Hard Way repo.)
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

Docs link

Signed-off-by: davidmirror-ops <david [email protected]>
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. documentation Improvements or additions to documentation labels Mar 6, 2024
Copy link

codecov bot commented Mar 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.00%. Comparing base (fd42f65) to head (b4cb968).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5018   +/-   ##
=======================================
  Coverage   58.99%   59.00%           
=======================================
  Files         645      645           
  Lines       55542    55542           
=======================================
+ Hits        32769    32770    +1     
+ Misses      20182    20181    -1     
  Partials     2591     2591           
Flag Coverage Δ
unittests 59.00% <ø> (+<0.01%) ⬆️

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.

Signed-off-by: davidmirror-ops <david [email protected]>
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Mar 7, 2024
Copy link
Contributor

@eapolinario eapolinario left a comment

Choose a reason for hiding this comment

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

This was put in place initially to accommodate fast registration in the legacy sandbox. In the demo cluster (i.e. the current sandbox) we override that value separately.

We're in the process of removing the legacy sandbox, so I'm wondering if we shouldn't go through the effort of setting up a separate helm chart for the on-prem scenario. Not for this PR obviously.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Mar 7, 2024
@davidmirror-ops
Copy link
Contributor Author

@eapolinario I've considered a chart for on-prem too. The problem is that it'd be hard to design it following Helm conventions, especially considering how many options are available to achieve the same thing in the on prem world. For example, what default values to set for Ingress? for what controller? Also, what if someone is not using minio? (they can go with custom, which is not greatly documented but that's a different problem).
So, I'd rather try to make our two main charts more flexible.

@davidmirror-ops davidmirror-ops merged commit b710ca4 into flyteorg:master Mar 7, 2024
51 checks passed
yubofredwang pushed a commit to yubofredwang/flyte that referenced this pull request Mar 26, 2024
* Fix sandbox endpoint

Signed-off-by: davidmirror-ops <david [email protected]>

* Make Helm

Signed-off-by: davidmirror-ops <david [email protected]>

---------

Signed-off-by: davidmirror-ops <david [email protected]>
Co-authored-by: davidmirror-ops <david [email protected]>
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 lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Housekeeping] Fix hardcoded minio config on flyte-core
2 participants