eager-refrigerator-66976
06/20/2022, 2:33 PMaws-eni-cni
and having interesting issue, the bootstrap controlplane node starts-up fine but other nodes are failing as they get wrong "server": "<https://IP:9345>",
that IP
isn’t the node IP and I have no idea how it was discovered… I did check I have no pods running with such IP on bootstrap node… however that IP is one of the EC2 instance secondary IP addresses… any idea how can I fix this? 🙏server: <https://IP:9345>
gets added to the /etc/rancher/rke2/config.yaml.d/50-rancher.yaml
?curved-caravan-26314
06/20/2022, 4:20 PMmkdir -p /etc/rancher/rke2/
nano /etc/rancher/rke2/config.yaml
server: https://<server>:9345
token: <token from server node>
as for CNI, you may want to look here.
<https://docs.rke2.io/install/network_options/#install-a-cni-plugin>
eager-refrigerator-66976
06/21/2022, 8:41 AM