-
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
only update the apiservice status if the status has changed #71273
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k 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 |
7c1ba66
to
800a816
Compare
/retest |
1 similar comment
/retest |
Please test, otherwise lgtm |
Same lgtm with test |
800a816
to
541f036
Compare
now with test |
/retest |
/priority important-soon |
/retest Review the full test history for this PR. Silence the bot with an |
3 similar comments
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
4 similar comments
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
The APIService controller currently issues status updates and counts on the server to not issue etcd updates like a normal controller. However, we have a tight resync loop to quickly detect dead apiservices. Doing that means we don't want to quickly issue no-op updates. This is slightly different than a "normal" controller with a long resync.
/kind bug
@kubernetes/sig-api-machinery-pr-reviews
@smarterclayton your updates I believe