Bug 1969391
| Summary: | [master] infra-env condition message isn't informative in case of missing pull secret | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Eran Cohen <ercohen> | |
| Component: | assisted-installer | Assignee: | Nir Magnezi <nmagnezi> | |
| assisted-installer sub component: | Deployment Operator | QA Contact: | bjacot | |
| Status: | CLOSED ERRATA | Docs Contact: | ||
| Severity: | medium | |||
| Priority: | medium | CC: | aos-bugs, mfilanov | |
| Version: | 4.8 | Keywords: | Triaged | |
| Target Milestone: | --- | |||
| Target Release: | 4.9.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | KNI-EDGE-JUKE-4.8 AI-Team-Hive | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1972690 (view as bug list) | Environment: | ||
| Last Closed: | 2021-10-18 17:33:16 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: | 1972690 | |||
|
Description
Eran Cohen
2021-06-08 10:46:22 UTC
This seems to be handled by https://github.com/openshift/assisted-service/pull/2027 Creating all resources and inspecting: 1. infraEnv conditions: conditions: - lastTransitionTime: "2021-06-27T12:21:30Z" message: 'Failed to create image: cluster does not exist: single-node, check AgentClusterInstall conditions: &{Group:extensions.hive.openshift.io Version:v1beta1 Kind:AgentClusterInstall Name:test-agent-cluster-install}' reason: ImageCreationError status: Unknown type: ImageCreated 2. agentClusterInstall conditions: conditions: - lastProbeTime: "2021-06-27T12:20:53Z" lastTransitionTime: "2021-06-27T12:20:53Z" message: 'The Spec could not be synced due to backend error: failed to get pull secret assisted-installer/pull-secret: Secret "pull-secret" not found' However, I did notice a minor formatting issue with InfraEnv, as shown above. Fixed it here: https://github.com/openshift/assisted-service/pull/2109 Both https://github.com/openshift/assisted-service/pull/2027 and https://github.com/openshift/assisted-service/pull/2109 will get backported to ocm-2.3 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.9.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-2021:3759 |