-
Hello, I tried minimal setup of RKE v1.32.2+rke2r1 with Cilium CNI. I customized Cilium config as described here:
have this configuration of rke2:
it can start on two servers, however, the third is unable to join, because the peer etcd is not reachable. I can see that the etcd is running on the second server:
It also accepts connections:
But I cannot connect to it from the first (or third) server:
Ping or ssh is indeed working between the servers.
Is that so, that cilium is broken in this version or some fundamental part of configuration is missing? I have similar issue with connecting to 10.43.0.1:443 from a pod (kubeapi server).
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Are you sure that you've opened the correct ports between nodes? Cilium would not be involved in either providing or interfering with connectivity between nodes. It only provides the cluster network overlay. |
Beta Was this translation helpful? Give feedback.
Are you sure that you've opened the correct ports between nodes? Cilium would not be involved in either providing or interfering with connectivity between nodes. It only provides the cluster network overlay.