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

Flyte-core remove unnecessary ingress capability checks #5028

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

ddl-ebrown
Copy link
Contributor

@ddl-ebrown ddl-ebrown commented Mar 9, 2024

Tracking issue

https://github.com/flyteorg/flyte/issues/

Why are the changes needed?

  • Kubernetes 1.19 was released in August 2020 and it moved ingress out of beta

  • Kubernetes 1.22 removed the beta ingress type in August 2021 and went out of support in October 2022

  • As of March 2024, only Kubernetes 1.26 and later are supported

  • Therefore, there's no reason to make this check!

What changes were proposed in this pull request?

Simplify ingress code

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

Docs link

 - Kubernetes 1.19 was released in August 2020 and it added support for
   non-beta ingress types

 - Kubernetes 1.22 removed the beta ingress type in August 2021 and went
   out of support in October 2022

 - As of March 2024, only Kubernetes 1.26 and later are supported

 - Therefore, there's no reason to make this check!

Signed-off-by: ddl-ebrown <[email protected]>
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. housekeeping Issues that help maintain flyte and keep it tech-debt free labels Mar 9, 2024
Copy link

codecov bot commented Mar 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.00%. Comparing base (a49284e) to head (444bc74).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5028      +/-   ##
==========================================
+ Coverage   58.98%   59.00%   +0.02%     
==========================================
  Files         645      645              
  Lines       55548    55548              
==========================================
+ Hits        32764    32776      +12     
+ Misses      20193    20181      -12     
  Partials     2591     2591              
Flag Coverage Δ
unittests 59.00% <ø> (+0.02%) ⬆️

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

@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.

Thank you.

I'll make sure to call it out explicitly in the release notes.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Mar 11, 2024
@eapolinario eapolinario merged commit aea794f into flyteorg:master Mar 11, 2024
51 checks passed
yubofredwang pushed a commit to yubofredwang/flyte that referenced this pull request Mar 26, 2024
- Kubernetes 1.19 was released in August 2020 and it added support for
   non-beta ingress types

 - Kubernetes 1.22 removed the beta ingress type in August 2021 and went
   out of support in October 2022

 - As of March 2024, only Kubernetes 1.26 and later are supported

 - Therefore, there's no reason to make this check!

Signed-off-by: ddl-ebrown <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Issues that help maintain flyte and keep it tech-debt free 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.

2 participants