Hi,
I am trying to run Crate on my Kubernetes Cluster, followed the example yaml’s from Crate but Crate fails to select a leader.
My cluster:
6 raspberry pi’s running Ubuntu 23
Microk8s 1.24
Crate 4.6.4
3 crate-pods are created: crate-0
crate-1
and crate-2
.
Service running fine, ui available. Shows 1 node.
Log says:
ClusterFormationFailureHelper] [crate] master not discovered yet, this node has not previously joined a bootstrapped (v4+) cluster, and this node must discover master-eligible nodes [crate-0, crate-1, crate-2] to bootstrap a cluster: have discovered [{crate}{n5vvU2U9Ryme7AqUP4umdw}{pA53ho4NQD2SjdVk29JsuQ}{10.1.178.252}{10.1.178.252:4300}{http_address=10.1.178.252:4200}, {crate}{AWYiQib8QjW-0Hy4fAtaNg}{y3awIuFxQk-hKYMI3uqzdQ}{10.1.127.69}{10.1.127.69:4300}{http_address=10.1.127.69:4200}, {crate}{xJoYtXY2Su-1hgXZYAnA7A}{6I3Bs_YQQIyTpAyiJSBW9A}{10.1.224.4}{10.1.224.4:4300}{http_address=10.1.224.4:4200}]; discovery will continue using [127.0.0.1:4301, 127.0.0.1:4302, 127.0.0.1:4303, 127.0.0.1:4304, 127.0.0.1:4305, [::1]:4301, [::1]:4302, [::1]:4303, [::1]:4304, [::1]:4305, 10.152.183.245:4300] from hosts providers and [{crate}{n5vvU2U9Ryme7AqUP4umdw}{pA53ho4NQD2SjdVk29JsuQ}{10.1.178.252}{10.1.178.252:4300}{http_address=10.1.178.252:4200}] from last-known cluster state; node term 0, last-accepted version 0 in term 0
It seems like the nodes are discovered but not recognonized as eligible.
Help appreciated!
Kind regards Allard