-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Fix DeletingLoadBalancer event generation. #24833
Conversation
Also patch up a log statement to log the service's namespace and name rather than potentially just logging `kind:"" apiVersion:""`.
Removing label |
GCE e2e build/test passed for commit ed15931. |
LGTM |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit ed15931. |
Automatic merge from submit-queue |
…-#24833-upstream-release-1.2 Automated cherry pick of #24833 upstream release 1.2
@eparis I merged the cherry pick for this PR but the bot hasn't noticed yet (and it's definitely been running according to the bot stats tab on http://cherrypick.k8s.io/#/info). Any ideas why? |
…ry-pick-of-#24833-upstream-release-1.2 Automated cherry pick of kubernetes#24833 upstream release 1.2
…ry-pick-of-#24833-upstream-release-1.2 Automated cherry pick of kubernetes#24833 upstream release 1.2
release-note:
Also patch up a log statement to log the service's namespace and name
rather than potentially just logging
kind:"" apiVersion:""
.It doesn't work as written because
service
is always nil on this line. If it wasn't, then we wouldn't have taken this branch.deltaService
is what contains the info that we have about the service.Example of how the event generation fails as currently written: