cancel
Showing results for 
Search instead for 
Did you mean: 
Syed
Community Manager
Community Manager
  • 1,333 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.

Labels (5)
7 Replies
nyan-nyan
Cadet
Cadet
  • 790 Views

If commands do not seem to work, it is because when they were copied, they included the '>' inadvertently on the next line. Remove the '>' beginning the second line and the command will work.
Chetan_Tiwary_
Community Manager
Community Manager
  • 745 Views

@nyan-nyan That's nice catch !

0 Kudos
pramakri
Cadet
Cadet
  • 597 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

kishorech816
Mission Specialist
Mission Specialist
  • 250 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.

AbdulRasheed
Mission Specialist
Mission Specialist
  • 238 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.

kishorech816
Mission Specialist
Mission Specialist
  • 226 Views

Hi Abdhul,

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 ##
kishorech816
Mission Specialist
Mission Specialist
  • 113 Views

@Abdulany update?

0 Kudos
Join the discussion
You must log in to join this conversation.