This message was deleted.
# rke2
a
This message was deleted.
h
does it show anything in this output on 2nd and 3rd node:
Copy code
journalctl -u rke2-server.service
c
I am passing cluster cidr as 192.168.0.0/24
That’s too small
each node gets a /24. If the whole cluster is a /24 then you only have enough for a single node. Why did you make it so small? The default is /16.
q
Hi This is done I had to do following: 3. If the node has not been assigned a Pod CIDR, you may need to manually assign one. This can be done by editing the node's configuration:
Copy code
bash
kubectl edit node b3vm-uctns-ms02
In the editor that opens, add the following lines under the
spec
field:
Copy code
yaml
podCIDR: 192.168.56.0/24
podCIDRs:
- 192.168.56.0/24
Thanks for support really appreciate your help 🙂