spiffe / spiffe/spire-controller-manager
Replace k8s.io endpoint
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 77
- Forks
- 69
- Avg merge
- 11d 11h
- Merged PRs (30d)
- 6
Description
As of Kubernetes v1.33, the corev1.Endpoints API has been officially deprecated and the API server now returns warnings when reading or writing Endpoints resources. We need to migrate our codebase to use discoveryv1.EndpointSlice instead.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating all code that reads or writes the Kubernetes corev1.Endpoints API and identify the corresponding controller paths. Migrate those uses to discoveryv1.EndpointSlice, then verify that the codebase no longer uses Endpoints and that controller behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- infrastructure
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100