-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[redis-cluster] zombie processes caused by health checks #5328
Comments
|
Thanks for pointing this @viceice! I have created a PR to fix this that should be merged shortly. |
I'v again strange zombie issues image:
registry: gcr.io
repository: bitnami-containers/redis-cluster
tag: 6.0.10
cluster:
nodes: 6
replicas: 1
redis:
resources:
requests:
memory: 10Mi
limits:
memory: 32Mi
tolerations:
- key: kriese.eu/hosted
operator: Exists
effect: NoSchedule
persistence:
enabled: false
existingSecretPasswordKey: password
usePasswordFile: true
|
Do i now need to set |
That should do the trick. |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
Which chart:
redis-cluster v4.2.8
Describe the bug
Same issue as in #2441 getting zombie processes because of healthchecks
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Version of Helm and Kubernetes:
helm version
:kubectl version
:Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: