You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you do?
Install a new operator from OperatorHub or upgrade the existing installed operator.
What did you expect to see?
the operator is installed or upgraded successfully
What did you see instead? Under which circumstances?
It is an intermittent issue, did not show up every time.
The operator is showing pending status.
The installplan is failed and reports the following status
conditions:
- lastTransitionTime: '2021-03-10T16:12:09Z'
lastUpdateTime: '2021-03-10T16:12:09Z'
message: >-
error updating CRD: commonservices.operator.ibm.com: Operation cannot be
fulfilled on customresourcedefinitions.apiextensions.k8s.io
"commonservices.operator.ibm.com": the object has been modified; please
apply your changes to the latest version and try again
reason: InstallComponentFailed
status: 'False'
type: Installed
phase: Failed
Thanks for taking the time to file this issue. Retries for InstallPlan step errors are coming soon (tracked downstream by https://issues.redhat.com/browse/OLM-2114), which should cover 409s as well as transient I/O errors and API server unavailability. In the meantime, you should also be able to patch .status.phase to "Installing" in order to make the catalog operator continue the existing plan.
Bug Report
What did you do?
Install a new operator from OperatorHub or upgrade the existing installed operator.
What did you expect to see?
the operator is installed or upgraded successfully
What did you see instead? Under which circumstances?
It is an intermittent issue, did not show up every time.
The operator is showing
pending
status.The
installplan
is failed and reports the following statusEnvironment
Possible Solution
I think when the
olm-operator
updates the CRD of operator, it failed to match the resourceversion.The User manual workaround is to uninstall the
pending
operator and re-install it from theOperatorHub
The text was updated successfully, but these errors were encountered: