Skip to content

Chore: Remove Endpoints ownerRef workaround for fixed k8s issue #28483 #733

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Mangaal
Copy link

@Mangaal Mangaal commented Jun 11, 2025

What does this PR do?

This PR removes the special handling logic for Kubernetes Endpoints resources that was added as a workaround for an upstream bug.

The code responsible for adding a Service as an owner reference to Endpoints with no existing owners is now deleted.

Why is this change being made?

The original issue, tracked in kubernetes/kubernetes#28483, has been fixed in recent versions of Kubernetes.

Signed-off-by: Mangaal <angommeeteimangaal@gmail.com>
@Mangaal Mangaal requested a review from a team as a code owner June 11, 2025 09:34
Mangaal added 3 commits June 11, 2025 16:11
Signed-off-by: Mangaal <angommeeteimangaal@gmail.com>
Signed-off-by: Mangaal <angommeeteimangaal@gmail.com>
Signed-off-by: Mangaal <angommeeteimangaal@gmail.com>
Copy link

Copy link

codecov bot commented Jun 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.58%. Comparing base (8849c3f) to head (e9230a0).
Report is 47 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #733      +/-   ##
==========================================
- Coverage   54.26%   53.58%   -0.69%     
==========================================
  Files          64       64              
  Lines        6164     6508     +344     
==========================================
+ Hits         3345     3487     +142     
- Misses       2549     2745     +196     
- Partials      270      276       +6     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant