Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

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

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 52 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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

1 participant