Skip to content
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

[controller] Don't update Status if noop #219

Merged
merged 1 commit into from
Jun 5, 2020

Commits on Jun 5, 2020

  1. [controller] Don't update Status if noop

    The current logic causes some Statuses to get updated even if they
    haven't changed. This causes an update storm, where updating the status
    causes the cluster to be re-enqueued for processing and then have its
    status updated again. This puts unnecessary load on the API server and
    operator.
    schallert committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    3df43da View commit details
    Browse the repository at this point in the history