Unverified Commit 56a9e37a authored by Abhishek Dubey's avatar Abhishek Dubey Committed by GitHub

[Cluster-fix] Fixed cluster node IPs (#3)

* Fixed cluster related commands
Signed-off-by: default avatariamabhishek-dubey <abhishekbhardwaj510@gmail.com>

* Fixed cluster node file
Signed-off-by: default avatariamabhishek-dubey <abhishekbhardwaj510@gmail.com>
parent 64270655
......@@ -36,7 +36,7 @@ redis_mode_setup() {
echo cluster-node-timeout 5000
echo cluster-require-full-coverage no
echo cluster-migration-barrier 1
echo cluster-config-file "${DATA_DIR}/nodes.conf"
echo cluster-config-file "${CLUSTER_DIRECTORY}/nodes.conf"
} >> /etc/redis/redis.conf
if [[ -z "${POD_IP}" ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment