CIDR ranges for Red Hat OpenShift Service on AWS (ROSA) cluster

2

Hi team,

I want to create a Red Hat OpenShift Service on AWS (ROSA) cluster

and I'm not sure if I should give

  • Machine CIDR:
  • Pod CIDR:

the same IP CIDR range which is the subnet CIDR, since machines and pods are running inside the same VPC, inside the same subnets.

or those values should be different?

my understanding is that machines and pods are running inside the same subnet so

  • Machine CIDR:
  • Pod CIDR:

logically have the same IP range which is the IP range of the subnet in which they are running.

for service CIDR can use always this value?

  • Service CIDR: 172.30.0.0/16

is there a specific workshop that walkthrough detailed steps on how to create a ROSA cluster inside private VPC with a private link

thank you!

1 Answer
0

The Machine CIDR should include all the CIDR ranges for the subnets in your VPC. The Service CIDR and Pod CIDR ranges should be different from the Machine CIDR and each other, should not overlap, and should be the same among multiple clusters. Perhaps you will find this documentation helpful.

profile picture
EXPERT
bwhaley
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions