Bug 1972530
| Summary: | [4.8.0] no indication for missing debugInfo in AgentClusterInstall | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Michael Filanov <mfilanov> | ||||
| Component: | assisted-installer | Assignee: | Daniel Erez <derez> | ||||
| assisted-installer sub component: | assisted-service | QA Contact: | Yuri Obshansky <yobshans> | ||||
| Status: | CLOSED ERRATA | Docs Contact: | |||||
| Severity: | low | ||||||
| Priority: | low | CC: | aos-bugs, derez, frolland, nshidlin | ||||
| Version: | 4.8 | Keywords: | Triaged | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 4.8.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | AI-Team-Hive KNI-EDGE-JUKE-4.8 | ||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | 1969494 | Environment: | |||||
| Last Closed: | 2021-07-27 23:12:54 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: | 1969494 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Michael Filanov
2021-06-16 06:54:35 UTC
Created attachment 1798102 [details]
agentclusterinstall with missing cluster deployment
Verified with 2.3.0-DOWNSTREAM-2021-07-02-22-02-33
agentclusterinstall condition clearly indicates missing clusterdeployment:
oc get agentclusterinstalls.extensions.hive.openshift.io sno-0 -n sno-0 -o json | jq '.status.conditions[0]'
{
"lastProbeTime": "2021-07-05T11:03:37Z",
"lastTransitionTime": "2021-07-05T11:03:37Z",
"message": "The Spec could not be synced due to an input error: ClusterDeployment with name 'sno-0' in namespace 'sno-0' not found. Ensure that the CRD is already applied.",
"reason": "InputError",
"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 |