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

Expect surge in running pods and avoid redis public expose #646

Merged
merged 4 commits into from
Aug 19, 2023

Conversation

ese
Copy link
Member

@ese ese commented Aug 18, 2023

Service to access directly master and slaves instances in Redis was added in #627, This exposes the service publicly using loadBalancers.
To make it security by default the service is changed to only expose internally in the cluster. Let the user to create their ow service if exposing publicly is the option until its available in the operator by a config set.

Running pods can surge the number of expected replicas during rollouts of a deployment change in sentinels, while a new version of the template is deployed. In anycase we will always consider not running while there are pods terminating or pending .

@ese ese requested a review from a team as a code owner August 18, 2023 11:01
@ese ese merged commit 8bcd960 into master Aug 19, 2023
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