-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 on multi-node kind cluster #1185
Comments
try https://github.com/appscodelabs/e2e-test-setup/blob/ed88ec5bf451534e97fa264f13ccb2b997e5d29e/run.sh#L24 until the next kind release is out. |
Hello I have built master and the redis cluster I installed via Helm (master, 2 nodes) is certainly not complaining at the moment. Thanks again for the pointer! |
as Ben commented previously this problem will be solved in the next release, until then, the best option is building it from master Since the problem since to be fixed, will close it, feel free to reopen if necessary 😄 |
/close |
@aojea: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hello
I am currently experimenting with Kind on Windows 10 Insider Slow with Ubuntu 18.04 on WSL2.
I am stuck with trying to get Redis to work on a multinode Kind cluster, Redis installed with Helm 3.
Both pods, master and slave, fail with the following error:
Can't open the append-only file: Permission denied
Redis does make use of permanent volumes which in this case are stored in /tmp/ location.
So my question will be whether anyone managed to get stable/redis chart to work on Kind.
Thanks for this great application by the way!
The text was updated successfully, but these errors were encountered: