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 個回答
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
專家
bwhaley
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南