Keywords: Redis - Other - Technical issue - Permissions
Description:
Hello there,
I'm having troubles with the installation of the Redis chart on a Kubernetes cluster that runs on IBM Cloud.
To be more precise I'm just running:
helm install --name redis -f redis/values-production.yaml stable/redis
The values-production.yaml file is the default one, just changing the storageClass to the IBM ones. I already know that Bitnami host non-root images and that you explain it here: https://docs.bitnami.com/containers/how-to/work-with-non-root-containers/
But I'm confused when you say:
"Bitnami non-root containers already fix these issues: For Kubernetes, the chart uses an initContainer for changing the volume permissions properly. "
because I cannot make it to work. When I open the pod's logs it says:
"# Can't open the append-only file: Permission denied"
Maybe I'm doing the installation wrong or I have to change some settings in the values-production.yaml file.
Thank you for your help!