You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
Describe the bug
Master and Slave pods keep crashing due to the below error.
Version of Helm and Kubernetes: Kubernetes: v1.14, Helm v2.9.1
Which chart: stable/redis
What happened:
Mohammeds-MacBook-Pro:further-exchange mfadin$ kubectl logs gogs-redis-master-1
INFO ==> ** Starting Redis **
error: failed switching to "redis": unable to find user redis: no matching entries in passwd file
Mohammeds-MacBook-Pro:further-exchange mfadin$ kubectl logs gogs-redis-slave-0
INFO ==> ** Starting Redis **
error: failed switching to "redis": unable to find user redis: no matching entries in passwd file
What you expected to happen: Pods to run
How to reproduce it (as minimally and precisely as possible):
Hi @MohammedFadin ,
Thank you very much for reporting the issue. I can replicate it and it seems it happens when you deploy the Chart as root. But also I can see it doesn't appear when using docker-compose as root.
We will investigate the issue and let you know about the workaround.
Again, thank you for reporting.
Describe the bug
Master and Slave pods keep crashing due to the below error.
Version of Helm and Kubernetes: Kubernetes: v1.14, Helm v2.9.1
Which chart: stable/redis
What happened:
What you expected to happen: Pods to run
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know: None
The text was updated successfully, but these errors were encountered: