-
Bug
-
Resolution: Done-Errata
-
None
-
False
-
-
False
-
CLOSED
-
CNV I/U Operators Sprint 216
-
High
-
No
Description of problem: On upgrade path 4.8.4->4.9.0->4.9.1->4.9.2, we saw failure on attempting to update hco.spec with following values:
=========
'spec':
, 'metadata': {'name': 'kubevirt-hyperconverged'}}
=========
Error:
========
09:18:22 HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"admission webhook \\"validate-hco.kubevirt.io
" denied the request: VMImportConfig.v2v.kubevirt.io \\"vmimport-kubevirt-hyperconverged
" not found","reason":"NotFound","details":
,"code":404}\n'
========
Version-Release number of selected component (if applicable):
4.9.3 and 4.9.2
How reproducible:
Multiple times
Steps to Reproduce:
1. This was seen both during pre-upgrade test run(4.9.3->4.10.0 and ocp upgrade(4.9.23 to 4.10.0)
2.
3.
Actual results:
deployment:
===========
hco-operator 0/1 1 0 4d6h
===========
csv.status.conditions:
==============
conditions:
- lastTransitionTime: "2022-03-08T20:46:26Z"
lastUpdateTime: "2022-03-08T20:46:26Z"
message: install timeout
phase: Failed
reason: InstallCheckFailed - lastTransitionTime: "2022-03-08T20:46:28Z"
lastUpdateTime: "2022-03-08T20:46:28Z"
message: 'installing: waiting for deployment hco-operator to become ready: deployment
"hco-operator" not available: Deployment does not have minimum availability.'
phase: Pending
reason: NeedsReinstall - lastTransitionTime: "2022-03-08T20:46:33Z"
lastUpdateTime: "2022-03-08T20:46:33Z"
message: all requirements found, attempting install
phase: InstallReady
===============
hco-operator log:
===============
=================
Expected results:
No such error.
Additional info: