This message was deleted.
# rke2
a
This message was deleted.
c
for what? pods? services?
h
for cluster-cidr and service-cidr
c
for cluster-cidr you would be able to have fewer nodes, as each node gets a /24 by default. For service-cidr, you’d be able to have less services, as each service is assigned its clusterIP address out of that range.
h
thanks!