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

[chart/redis-ha Add pod meta label to master #298

Open
tschirmer opened this issue Oct 28, 2024 · 1 comment
Open

[chart/redis-ha Add pod meta label to master #298

tschirmer opened this issue Oct 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@tschirmer
Copy link

Would like to see a pod label added onto the master, we can then set a pod disruption budget specifically for the current master, to prevent split brain when nodes go down or the kubernetes descheduler is run.

@tschirmer tschirmer added the enhancement New feature or request label Oct 28, 2024
@DandyDeveloper
Copy link
Owner

@tschirmer Something like additionalLabels just specific to the master / slaves:

redis:
  master:
     additionalLabels: {}
  slaves:
     additionalLabels: {}

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

No branches or pull requests

2 participants