gitops-engine icon indicating copy to clipboard operation
gitops-engine copied to clipboard

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

Open Mangaal opened this issue 7 months ago • 2 comments

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.

Mangaal avatar Jun 11 '25 09:06 Mangaal

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

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

codecov[bot] avatar Jun 11 '25 11:06 codecov[bot]