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

Redis on multi-node kind cluster #1185

Closed
daneel3001 opened this issue Dec 19, 2019 · 6 comments
Closed

Redis on multi-node kind cluster #1185

daneel3001 opened this issue Dec 19, 2019 · 6 comments
Assignees
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@daneel3001
Copy link

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!

@daneel3001 daneel3001 added the kind/support Categorizes issue or PR as a support question. label Dec 19, 2019
@BenTheElder
Copy link
Member

this is probably #1151 / #830 / #118

we've fixed it, but not in a released version yet, if you try installing from the latest commit and use the default image this is fixed.

we'll get a release out soon.

@BenTheElder
Copy link
Member

@BenTheElder BenTheElder self-assigned this Dec 20, 2019
@daneel3001
Copy link
Author

Hello

I have built master and the redis cluster I installed via Helm (master, 2 nodes) is certainly not complaining at the moment.
Is there any recommendation re running Kind out of one home built ?
I'm sorry if this sounds daft as I am pretty new to linux/go.

Thanks again for the pointer!

@aojea
Copy link
Contributor

aojea commented Dec 21, 2019

Hello

I have built master and the redis cluster I installed via Helm (master, 2 nodes) is certainly not complaining at the moment.
Is there any recommendation re running Kind out of one home built ?

as Ben commented previously this problem will be solved in the next release, until then, the best option is building it from master

#1185 (comment)

Since the problem since to be fixed, will close it, feel free to reopen if necessary 😄
/close

@aojea
Copy link
Contributor

aojea commented Dec 21, 2019

/close

@k8s-ci-robot
Copy link
Contributor

@aojea: Closing this issue.

In response to this:

/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

4 participants