-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Issues installing Redis Helm Chart in IBM Cloud #1411
Comments
Hi, @Agusnez
|
@rafariossaa Same thing but now new PVC for the slaves. |
Hi @Agusnez , |
Hello @rafariossaa. Yes. Here is the full content of the logs. Notice the timeout between master and slave and the consequent shutdown because of the readiness probe failing. Increasing this readiness probe time does not work.
|
I think this chart does not work in IBM Cloud. I have been trying all possible things for over two weeks. |
Hi @Agusnez If your reason to use old versions of the chart (7.1.1 or 6.4.4) is using Redis 4, please note that you don't need to do that. You can override the
However, this setup is not currently tested (we're just testing the branch |
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. |
Just curious, did Redis get deleted from the helm chart repo? https://github.com/bitnami/charts/tree/master/bitnami |
Hi @alexellis, Taking into account the stable deprecation timeline, we have been started the process of moving the Bitnami Helm Charts to the Bitnami repository, see helm/charts#20969 for more details. The Helm Chart tgz continues existing in the stable repo but it would not get new updates. We also added more info and the upgrade process to start using the new repo in the NOTES.txt file helm/charts#21333 Any suggestions to improve the migration or documentation will be welcome, thanks. |
Which chart:
Redis Chart Version 6.4.4
Description
I cannot install Redis Helm Chart in IBM Cloud. What I see is that the slaves are failing.
Steps to reproduce the issue:
helm install --name shared-redis -f redis/values.yaml bitnami/redis --version 6.4.4
Describe the results you received:
And the slaves logs shows that the slave is not able to connect to the master I think...
Describe the results you expected:
I expect no errors. It's just the most simple installation.
Additional information you deem important (e.g. issue happens only occasionally):
The reason why I am running an older version is because I need Redis 4. We are currently performing a migration of our cluster. Also, the readiness probe failing is weird... I don't think it is because the password because I tried without it and got the same result.
Version of Helm and Kubernetes:
helm version
:kubectl version
:helm install
:The text was updated successfully, but these errors were encountered: