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

api: Add min ready seconds & availablereplicas for statefulsets #100842

Merged

Commits on May 25, 2021

  1. api: Introduce minReadySeconds,AvailableReplicas in Statefulset

    The minReadySeconds field on StatefulSet specifies the minimum
    number of seconds for which a newly created Pod should be
    ready without any of its containers crashing, for it to
    be considered available. The AvailableReplicas field
    in the status reflects the replicas that are available
    ravisantoshgudimetla committed May 25, 2021
    Configuration menu
    Copy the full SHA
    49af835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5464b64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d11cc95 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. validation: Handle presence of api introduced

    When the StatefulSetMinReadySeconds feature gate is disabled,
    the registry and validation must properly handle dropping the
    minReadySeconds and AvailableReplicas fields
    ravisantoshgudimetla committed May 26, 2021
    Configuration menu
    Copy the full SHA
    f3ab955 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c95bc8 View commit details
    Browse the repository at this point in the history