-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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 #123809: fix stateful set pod recreation and event spam #124564
Automated cherry pick of #123809: fix stateful set pod recreation and event spam #124564
Conversation
/kind bug |
/hold |
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: 96b2f3596f7db47756ae6be622b106a2785b9ebf
|
- do not emit events when pod reaches terminal phase - do not try to recreate pod until the old pod has been removed from etcd storage
statefulset controller does less requests per sync now and thus can reconcile status faster, thus resulting in a higher chance for conflicts
ff76c5a
to
494242a
Compare
first commit from #124624 also included to fix the flaking TestStatefulSetControl tests |
/hold cancel |
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: 5aab6b86b83cf3f4fa1e3205abea8f4cab63a84b
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: atiratree, 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 |
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
(release managers)
Cherry pick of #123809 on release-1.29.
#123809: fix stateful set pod recreation and event spam
For details on the cherry pick process, see the cherry pick requests page.