-
Notifications
You must be signed in to change notification settings - Fork 593
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
apply k8s leader election graceful release fix in vendor #3405
Conversation
/lgtm |
@cr22rc: changing LGTM is restricted to collaborators 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. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lionelvillard, vaikas The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
||
# Patch k8s leader-election fixing graceful release | ||
# More information: https://github.com/kubernetes/kubernetes/pull/91942 | ||
patch vendor/k8s.io/client-go/tools/leaderelection/leaderelection.go hack/k8s-client-go.patch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Historically we've used git apply
to avoid introducing new tooling dependencies here. This is making the auto-deps automation fail :(
Eventing change: knative/eventing#3405 Upstream PR: kubernetes/kubernetes#88192 PKG issue: knative/pkg#1199
Eventing change: knative/eventing#3405 Upstream PR: kubernetes/kubernetes#88192 PKG issue: knative/pkg#1199
For #3157
Proposed Changes
Release Note
Docs
More information: kubernetes/kubernetes#91942