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

Automated cherry pick of #123809: fix stateful set pod recreation and event spam #124563

Open
wants to merge 4 commits into
base: release-1.30
Choose a base branch
from

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    a58d4f5 View commit details
    Browse the repository at this point in the history
  2. fix stateful set pod recreation and event spam

    - 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
    atiratree committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7d9b913 View commit details
    Browse the repository at this point in the history
  3. fix conflict race in statefulset rest update

    statefulset controller does less requests per sync now and thus can
    reconcile status faster, thus resulting in a higher chance for conflicts
    atiratree committed May 13, 2024
    Configuration menu
    Copy the full SHA
    2956e29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c8b0f6 View commit details
    Browse the repository at this point in the history