sanderploegsma / redis-cluster

Redis Cluster setup running on Kubernetes
https://sanderp.nl/running-redis-cluster-on-kubernetes-e451bda76cad
MIT License
246 stars 132 forks source link

Fixed sed command by adding single quotes to environment variable #9

Closed AlexColorado closed 5 years ago

AlexColorado commented 5 years ago

Now the IP address should be properly replaced. in the /data/nodes.conf file based on the POD_IP environment variable.

Fixes #8

AlexColorado commented 5 years ago

Double quotes used now.