-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
Automated cherry pick of #113787: Update daemonSet status even if syncDaemonSet fails #114818
Automated cherry pick of #113787: Update daemonSet status even if syncDaemonSet fails #114818
Conversation
This ensures that the daemonset controller updates daemonset statuses in a best-effort manner even if syncDaemonSet fails. In order to add an integration test, this also replaces `cmd/kube-apiserver/app/testing.StartTestServer` with `test/integration/framework.StartTestServer` and adds `setupWithServerSetup` to configure the admission control of the apiserver.
/kind bug |
/triage accepted |
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.
/lgtm
/approve
LGTM label has been added. Git tree hash: 3f3fe744e986aeb12f34e32a168db5d7ae22a254
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gjkim42, soltysh 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 |
/cc @kubernetes/release-managers |
/lgtm |
/test pull-kubernetes-unit |
Cherry pick of #113787 on release-1.25.
#113787: Update daemonSet status even if syncDaemonSet fails
For details on the cherry pick process, see the cherry pick requests page.