Bug 2082395
Summary: | Private cluster installer on Azure asking for baseDomainResourceGroup even when it has nothing to do with basedomain as mentioned in documentation. | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | pawankum <pawankum> |
Component: | Installer | Assignee: | tzivkovi <tzivkovi> |
Installer sub component: | openshift-installer | QA Contact: | MayXu <maxu> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | low | ||
Priority: | low | CC: | tgratzi, tzivkovi |
Version: | 4.12 | Flags: | maxu:
needinfo-
|
Target Milestone: | --- | ||
Target Release: | 4.12.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-01-17 19:48:18 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2107153 |
Description
pawankum
2022-05-06 02:37:13 UTC
Hello Team, Any update on this? BR, Pawan Hello! Can I get the complete install config? (In reply to tzivkovi from comment #2) > Hello! > > Can I get the complete install config? Here it is: apiVersion: v1 baseDomain: pawankum controlPlane: hyperthreading: Enabled name: master platform: azure: osDisk: diskSizeGB: 256 type: Standard_D4s_v3 replicas: 3 compute: - hyperthreading: Enabled name: worker platform: azure: type: Standard_D4s_v3 osDisk: diskSizeGB: 256 zones: - "1" - "2" - "3" replicas: 3 metadata: name: pawankumpriv networking: clusterNetwork: - cidr: 10.128.0.0/14 hostPrefix: 23 machineNetwork: - cidr: 10.2.0.0/16 networkType: OpenShiftSDN serviceNetwork: - 172.30.0.0/16 platform: azure: region: eastus resourceGroupName: pawankumcluster networkResourceGroupName: pawankumtest virtualNetwork: pawankumvnet controlPlaneSubnet: master computeSubnet: worker outboundType: UserDefinedRouting cloudName: AzurePublicCloud pullSecret: omitted fips: false sshKey: omitted publish: Internal version: OpenShift Installer 4.12.0-0.nightly-2022-07-11-201238 Built from commit b0502c56532c9fb1406d4a3425feaeea398e3c73 install-config.yaml: platform: azure: region: northcentralus outboundType: UserDefinedRouting networkResourceGroupName: maxu-dom12-rg virtualNetwork: maxu-dom12-vnet controlPlaneSubnet: maxu-dom12-master-subnet computeSubnet: maxu-dom12-worker-subnet networking: clusterNetwork: - cidr: 10.128.0.0/14 hostPrefix: 23 serviceNetwork: - 172.30.0.0/16 machineNetwork: - cidr: 10.0.0.0/16 networkType: OpenShiftSDN publish: Internal create cluster succeed. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.12.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:7399 |