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

Remove outdated kustomize deployment #5029

Merged
merged 2 commits into from
Mar 11, 2024

Conversation

lowc1012
Copy link
Contributor

@lowc1012 lowc1012 commented Mar 10, 2024

Tracking issue

Why are the changes needed?

The manifests generated via Kustomize are outdated, and almost no one uses this deployment approach.
I think we just need to concentrate on maintenance for helm charts.

What changes were proposed in this pull request?

  1. remove all manifests generated via Kustomize and kustomize configuration files.
  2. remove generate_kustomize.sh, and its occurrences.
  3. update related docs to announce we don't support kustomize anymore.

How was this patch tested?

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

flytesnacks
flyteorg/flytesnacks#1545

Docs link

@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. documentation Improvements or additions to documentation housekeeping Issues that help maintain flyte and keep it tech-debt free labels Mar 10, 2024
Signed-off-by: Ryan Lo <[email protected]>
Signed-off-by: Ryan Lo <[email protected]>
Copy link

codecov bot commented Mar 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.00%. Comparing base (a49284e) to head (1732a9d).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5029      +/-   ##
==========================================
+ Coverage   58.98%   59.00%   +0.01%     
==========================================
  Files         645      645              
  Lines       55548    55548              
==========================================
+ Hits        32764    32775      +11     
+ Misses      20193    20182      -11     
  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.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Mar 11, 2024
@eapolinario eapolinario merged commit bcd81b6 into flyteorg:master Mar 11, 2024
48 checks passed
yubofredwang pushed a commit to yubofredwang/flyte that referenced this pull request Mar 26, 2024
* remove kustomize

Signed-off-by: Ryan Lo <[email protected]>

* update docs

Signed-off-by: Ryan Lo <[email protected]>

---------

Signed-off-by: Ryan Lo <[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 housekeeping Issues that help maintain flyte and keep it tech-debt free lgtm This PR has been approved by a maintainer size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants