k8s: cleanup old Endpoints/beta EndpointSlices/Lease code#40555
Merged
k8s: cleanup old Endpoints/beta EndpointSlices/Lease code#40555
Conversation
Kubernetes version 1.21 was EOL in 2022. Looking at different cloud providers offering, oldest version that they still support is 1.27. Signed-off-by: Marcel Zieba <marcel.zieba@isovalent.com>
Leases are supported since 1.14 k8s Signed-off-by: Marcel Zieba <marcel.zieba@isovalent.com>
Signed-off-by: Marcel Zieba <marcel.zieba@isovalent.com>
EndpointSlices are stable since 1.21 Signed-off-by: Marcel Zieba <marcel.zieba@isovalent.com>
Signed-off-by: Marcel Zieba <marcel.zieba@isovalent.com>
Member
Author
|
/test |
aanm
approved these changes
Jul 17, 2025
Additionally, fix command to run tests locally. Signed-off-by: Marcel Zieba <marcel.zieba@isovalent.com>
Member
Author
|
/test |
christarazi
approved these changes
Jul 17, 2025
harsimran-pabla
approved these changes
Jul 18, 2025
marseel
added a commit
to marseel/cilium
that referenced
this pull request
Nov 13, 2025
With deprecation of Endpoints in 1.33 k8s, we should also remove permission so we don't accidentally start using it again. Related: cilium#41083 Related: cilium#40555 Signed-off-by: Marcel Zieba <marcel.zieba@isovalent.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump min k8s version to 1.21 and cleanup deprecated code.
See commit msg for more details