Replies: 1 comment
-
this looks fairly odd. I've been just running the
Do you see anything interesting in your log? I for example see this:
Can you share your etcd args and which image you're using? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to have two apisix nodes running with etcd. I configure etcd in cluster mode among the two nodes. Apisix seems to want ETCD + 3.4.0, and I'm running 3.5.4
Now, if I start etcd with no parameters, I get for version the following string:
{"etcdserver":"3.5.4","etcdcluster":"3.5.0"}
However, If I start with etcd running in cluster mode, I get the following version string instead from a node:
{"etcdserver":"3.5.4","etcdcluster":"3.0.0"}
All nodes are running 3.5.4, same OS. All nodes have been cloned from a template & updated the same day.
Thing is, since in the cluster mode etcdcluster reports 3.0.0, apisix does not like that as they want 3.4.0+:
etcd cluster version 3.0.0 is less than the required version 3.4.0, please upgrade your etcd cluster
Any ideas? Is this working as expected?
Beta Was this translation helpful? Give feedback.
All reactions