-
|
Hello, I know this setup is not recommended due to latency and etcd limitations, but out of curiosity — is it possible to have three control plane nodes in three different locations, connected only over the internet via KubeSpan? I tried to test this idea using three Raspberry Pi 4B devices. The control plane configuration went fine with the default settings — each node can “see” the others as KubeSpan peers. However, when I run I’m obviously missing something important here. Sorry if this is a naïve question, but why don’t the other two nodes join over KubeSpan? Do I need to specify any additional configuration besides |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Please see documentation on network requirements. If the peers not only "see" each other, but establish a connection, they should automatically form an etcd cluster. |
Beta Was this translation helpful? Give feedback.
If KubeSpan state is
up, they can talk to each other, and should establish the cluster.You need to dig into the logs to see why etcd doesn't join, it should.