![Community Manager Community Manager](/i/rank_icons/admin.gif)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,648 Views
Welcome to the Red Hat OpenShift Installation Lab (DO322) group in the Red Hat Learning Community!
We are excited to launch a space dedicated to the Red Hat OpenShift Installation Lab!
To gain the most value from this group - click the "Join Group" button in the upper right hand corner of the group home page.
We encourage group members to collaborate in this group to discuss topics, ask questions, share best practices and tips, provide course feedback, and share their accomplishments as it relates to DO322.
Read more about Red Hat OpenShift Installation Lab here.
![Cadet Cadet](/html/@4FA5936C845A59DAAAABD9F7250A363E/rank_icons/RH_SERV_005534_01_MECH_Rank_Cadet_16x16@2x.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,135 Views
![Community Manager Community Manager](/i/rank_icons/admin.gif)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,090 Views
@nyan-nyan That's nice catch !
![Cadet Cadet](/html/@4FA5936C845A59DAAAABD9F7250A363E/rank_icons/RH_SERV_005534_01_MECH_Rank_Cadet_16x16@2x.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 942 Views
Can you please help to understand any specific reasons for not updating this course to later versions of openshift. If not, how can we get hands-on for later versions of Openshift installation lab
![Mission Specialist Mission Specialist](/html/rank_icons/RH_SERV_005534_01_MECH_Rank_Specialist_16x16@2x.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 565 Views
Hi, i am trying to install the ocp 4.14 version in azure using UPI installation method with custom virtual network cidr range 10.244.0.0/16 but when i execute the openshift-install command i am getting the below error as "Invalid value: "subnet-": subnet's CIDR range start 10.244.1x.3x is outside of the specified machine networks.
![Mission Specialist Mission Specialist](/html/rank_icons/RH_SERV_005534_01_MECH_Rank_Specialist_16x16@2x.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 553 Views
HI @kishorech816 ,
is 10.244.1x.3x your ingress or API VIP?
What is your machine network?
If possible share the install-config.yaml file.
![Mission Specialist Mission Specialist](/html/rank_icons/RH_SERV_005534_01_MECH_Rank_Specialist_16x16@2x.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 541 Views
Thank you for replying and please find the attached config.yaml for your
reference. as mentioned in the chat i am trying to provision self managed
private openshift cluster in azure (UPI mode) with custom v.net
networking:
networkType: OVNKubernetes
clusterNetwork:
- cidr: 10.128.0.0/14
hostPrefix: 23
machineNetwork:
- cidr: 10.244.0.0/16
serviceNetwork:
- 172.30.0.0/16
platform:
azure:
cloudName: AzurePublicCloud
baseDomainResourceGroupName: rg_dev_ocp_uaen_01 ##
resourceGroupName: rg_dev_ocp_uaen_01 ##
computeSubnet: snet_dev_ocp_workers_uaen_001 ##
10.244.82.0/24
controlPlaneSubnet: snet_dev_ocp_cp_uaen_001 ##
10.244.81.0/24
networkResourceGroupName: rg-spkdev-vnet-uaen-001 ##
virtualNetwork: vnet-spkdev-uaen-001 ##
outboundType: UserDefinedRouting
region: uaenorth ##
![Mission Specialist Mission Specialist](/html/rank_icons/RH_SERV_005534_01_MECH_Rank_Specialist_16x16@2x.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 428 Views
@Abdulany update?