yugabyte / yugabyte-operator

Kubernetes Operator for YugabyteDB (legacy)
65 stars 29 forks source link

YEDIS API not Enabled #32

Open erin-allison opened 3 years ago

erin-allison commented 3 years ago

Regardless of if the YEDIS port is specified, the setup_redis_table operation doesn't seem to be run on the cluster.

I had to open a shell and manually run [root@yb-master-0 yugabyte]# ./bin/yb-admin setup_redis_table -master_addresses 172.24.114.156:7100,172.24.212.145:7100,172.24.114.155:7100 to initialize it.

Glancing through the code, this seems like it may be a feature gap, not a bug.