-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate ingress-nginx
to use Lease API
#8091
Comments
/triage accepted |
@tao12345666333: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/triage accepted |
/assign |
/assign |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
/assign |
/priority critical-urgent |
I have submitted a PR #8733 I created |
@tao12345666333 Will you open a PR for changing the lock to |
@shafeeqes Yes! it's on my list, I will do it AFAP. |
#8921 has been merged. I think we've done all the work related to this |
Support for
endpoints
andconfigmaps
for leaderelection lock is removed in K8s 1.24 with kubernetes/kubernetes#106852.More details about the motivation to switch to
leases
- ref kubernetes/kubernetes#80289.To preserve the backwards-compatibility, resource lock for migration purposes (
endpointsleases
,configmapsleases
) should be used when switching from the legacy resource locks (endpoints
,configmaps
)ingress-nginx
is currently usingconfigmaps
. We want to migrate this toconfigmapleases
and finally toleases
.The text was updated successfully, but these errors were encountered: