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

[charts/redis-ha] Support minReadySeconds in Redis statefulset #273

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

andrewjamesbrown
Copy link
Contributor

What this PR does / why we need it:

Supports minReadySeconds for redis-ha statefulsets; so we can ensure during a rolling update, the specified number of seconds elapses before moving to the next replica.

Note this parameter is only stable in k8s v1.25.

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

  • fixes #

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • DCO signed
  • Chart Version bumped
  • Variables are documented in the README.md
  • Title of the PR starts with chart name (e.g. [stable/mychartname])

@andrewjamesbrown andrewjamesbrown changed the title feat(redis-ha): Support minReadySeconds in Redis statefulset [charts/redis-ha] Support minReadySeconds in Redis statefulset Apr 10, 2024
DandyDeveloper
DandyDeveloper previously approved these changes Apr 16, 2024
Copy link
Owner

@DandyDeveloper DandyDeveloper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Introduced in 1.22, so we should be fine merging pending CI.

FYI, you need to increment the patch version on the Chart.yaml @andrewjamesbrown

@andrewjamesbrown
Copy link
Contributor Author

@DandyDeveloper any update here? thanks!

@andrewjamesbrown
Copy link
Contributor Author

@DandyDeveloper any chance we can get this shipped? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants