redisl-cluster:6.0.0 kubernetes version: v1.17.4

Environment: three physical machine. k8s has three master nodes and three workload nodes, and master nodes and workload nodes in one machine.

when deploy redis-cluster(6.0.0) with statefulset (replicas: 6) only one pod running normal, the other two pods results an error.

kubectl logs redis-app-1 1:C 30 Dec 2020 08:24:30.008 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 30 Dec 2020 08:24:30.008 # Redis version=6.0.1, bits=64, commit=00000000, modified=0, pid=1, just started 1:C 30 Dec 2020 08:24:30.008 # Configuration loaded 1:M 30 Dec 2020 08:24:30.018 # Sorry, the cluster configuration file /var/lib/redis/nodes.conf is already used by a different Redis Cluster node. Please make sure that different nodes use different cluster configuration files.


redis.conf: appendonly yes cluster-enabled yes cluster-config-file /var/lib/redis/nodes.conf cluster-node-timeout 5000 dir /var/lib/redis port 6379


please help me to solve the question,ths

Comment From: itxiao6

使用储存模板 pvc 不要多个副本用一个存储块 也可以理解为 一个pod 一个存储券