Bug 1968435
| Summary: | [4.8.0] Unclear message in case of missing clusterImageSet | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ronnie Lazar <alazar> |
| 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, ercohen, mfilanov, nshidlin |
| Version: | 4.8 | Keywords: | Triaged |
| Target Milestone: | --- | Flags: | nshidlin:
needinfo-
|
| Target Release: | 4.8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | AI-Team-Hive KNI-EDGE-4.8 KNI-EDGE-JUKE-4.8 | ||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1968324 | Environment: | |
| Last Closed: | 2021-07-27 23:11:49 UTC | Type: | --- |
| 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: | 1968324 | ||
| Bug Blocks: | |||
|
Description
Ronnie Lazar
2021-06-07 12:14:56 UTC
@alazar @mfila BMH is not our resource so we can't update the status there. Verified with ACM 2.3.0-DOWNSTREAM-2021-07-02-22-02-33
oc get infraenvs.agent-install.openshift.io sno-0 -o json | jq '.status.conditions'
[
{
"lastTransitionTime": "2021-07-06T08:19:21Z",
"message": "Failed to create image: cluster does not exist: sno-0, check AgentClusterInstall conditions: name sno-0 in namespace sno-0",
"reason": "ImageCreationError",
"status": "Unknown",
"type": "ImageCreated"
}
]
oc get agentclusterinstalls.extensions.hive.openshift.io sno-0 -o json | jq '.status.conditions[0]'
{
"lastProbeTime": "2021-07-06T08:18:48Z",
"lastTransitionTime": "2021-07-06T08:18:48Z",
"message": "The Spec could not be synced due to backend error: failed to get cluster image set /4.8.6: ClusterImageSet.hive.openshift.io \"4.8.6\" not found",
"reason": "BackendError",
"status": "False",
"type": "SpecSynced"
}
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 |