Bug 1958420
Summary: | openshift-install 4.7.10 fails with segmentation error | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | jrickard | ||||
Component: | Installer | Assignee: | Matthew Staebler <mstaeble> | ||||
Installer sub component: | openshift-installer | QA Contact: | Yunfei Jiang <yunjiang> | ||||
Status: | CLOSED ERRATA | Docs Contact: | |||||
Severity: | urgent | ||||||
Priority: | urgent | CC: | mstaeble, wking | ||||
Version: | 4.7 | Keywords: | Regression, TestBlocker | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.8.0 | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | No Doc Update | |||||
Doc Text: |
This regression was not released.
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-07-27 23:07:25 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: | 1958518 | ||||||
Attachments: |
|
Description
jrickard
2021-05-07 21:06:09 UTC
Please share the install-config.yaml that you are using. (In reply to Matthew Staebler from comment #1) > Please share the install-config.yaml that you are using. Nevermind. I see the problem. Thanks. Reproduced issue on OCP 4.7.10, the panic occurred when setting `serviceEndpoints` in the install-config.yaml. this issue blocks all tests that require custom endpoints, e.g. install a cluster on AWS in a restricted network with STS support, a regional STS endpoint is required instead of the global STS endpoint Adding testblocker keywords. Providing sanitized install-config.yaml for completeness: apiVersion: v1 baseDomain: mydomain.com credentialsMode: Passthrough controlPlane: hyperthreading: Enabled name: master platform: aws: rootVolume: iops: 4000 size: 500 type: io1 type: m5.xlarge replicas: 3 compute: - hyperthreading: Enabled name: worker platform: aws: rootVolume: iops: 2000 size: 500 type: io1 type: m5.xlarge replicas: 3 metadata: name: cluster networking: clusterNetwork: - cidr: 10.128.0.0/14 hostPrefix: 23 machineNetwork: - cidr: 10.0.1.0/24 - cidr: 10.0.2.0/24 - cidr: 10.0.3.0/24 - cidr: 10.0.4.0/24 - cidr: 10.0.5.0/24 - cidr: 10.0.0.0/24 networkType: OpenShiftSDN serviceNetwork: - 172.30.0.0/16 platform: aws: serviceEndpoints: - name: ec2 url: https://ec2.us-gov-west-1.amazonaws.com - name: elasticloadbalancing url: https://elasticloadbalancing.us-gov-west-1.amazonaws.com - name: route53 url: https://route53.us-gov.amazonaws.com - name: tagging url: https://tagging.us-gov-west-1.amazonaws.com zones: - us-gov-west-1a - us-gov-west-1b - us-gov-west-1c region: us-gov-west-1 subnets: - subnet-00604a66713f764f6 - subnet-0244a3713645630b9 - subnet-08cb5ff4d797e46e5 - subnet-0e772b0602b61b47a - subnet-0b2246878076c46ff - subnet-06bd334f17a95aeec amiID: ami-0d993be65a4c274a8 pullSecret: '{"auths":}' fips: false sshKey: ssh-rsa AAAAB3 publish: Internal verified. PASS. OCP version: 4.8.0-0.nightly-2021-05-09-105430 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.8.2 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-2021:2438 |