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 #124564

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

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    42a2f90 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
    88192fc 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
    a20e74f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    494242a View commit details
    Browse the repository at this point in the history