Commit 1c169ba
committed
fix: Remove deprecated Endpoints store
The v1 Endpoints API is deprecated in Kubernetes 1.33+ in favor of
discovery.k8s.io/v1 EndpointSlice. When the endpoints resource is
enabled, every List/Watch call triggers a deprecation warning that
floods logs with ~10K+ repeated messages, obscuring genuinely
important entries.
The endpointslices store has been the default since v2.14.0 and
provides a superset of functionality. This removes the endpoints
store entirely to eliminate the deprecation warning flood.
Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>1 parent ffb37ae commit 1c169ba
6 files changed
Lines changed: 0 additions & 521 deletions
File tree
- docs
- metrics/service
- internal/store
- tests/e2e
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
334 | 333 | | |
335 | 334 | | |
336 | 335 | | |
| |||
389 | 388 | | |
390 | 389 | | |
391 | 390 | | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | 391 | | |
397 | 392 | | |
398 | 393 | | |
| |||
This file was deleted.
0 commit comments