Skip to content

Commit bfce28e

Browse files
authored
Merge pull request #50583 from rytswd/publish-kep-4974-blog
Schedule KEP-4974 blog for publication
2 parents 7ab46e4 + d7ea532 commit bfce28e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/en/blog/_posts/2025-XX-XX-endpoints-deprecation.md renamed to content/en/blog/_posts/2025-04-24-endpoints-deprecation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
layout: blog
33
title: "Continuing the transition from Endpoints to EndpointSlices"
44
slug: endpoints-deprecation
5-
date: 2025-XX-XX
6-
draft: true
5+
date: 2025-04-24T10:30:00-08:00
76
author: >
87
Dan Winship (Red Hat)
98
---
@@ -22,7 +21,7 @@ As of Kubernetes 1.33, the Endpoints API is now officially deprecated,
2221
and the API server will return warnings to users who read or write
2322
Endpoints resources rather than using EndpointSlices.
2423

25-
Eventually, the plan (as documented in [KEP-4794]) is to change the
24+
Eventually, the plan (as documented in [KEP-4974]) is to change the
2625
[Kubernetes Conformance] criteria to no longer require that clusters
2726
run the _Endpoints controller_ (which generates Endpoints objects
2827
based on Services and Pods), to avoid doing work that is unneeded in

0 commit comments

Comments
 (0)