apache / kvrocks-controller

Apache Kvrocks Controller is a cluster management tool for Apache Kvrocks.
https://kvrocks.apache.org/
Apache License 2.0
84 stars 42 forks source link

Incompatible etcd version error #180

Closed CulturalProfessor closed 4 months ago

CulturalProfessor commented 4 months ago

While running make setup I got this error if we're using etcd:latest in docker-compose.yml, as @jihuayu mentioned it might be due to some incompatibility with docker and docker image.

unnamed

to fix it I had to use a specific version like etcd:v3.5.13.

image

git-hulk commented 4 months ago

@CulturalProfessor Yes, we should use the v3.5.13 instead of the etcd latest which is an older version. Would you like to create a PR to resolve this?

CulturalProfessor commented 4 months ago

@CulturalProfessor Yes, we should use the v3.5.13 instead of the etcd latest which is an older version. Would you like to create a PR to resolve this?

sure will update it