-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
4.14.0
-
No
-
Rejected
-
False
-
-
Description of problem:
When upgrading a SNO from 4.14.0-rc.6 to 4.14.0-rc.7, the upgrade is blocked due to an error:
monitoring 4.14.0-rc.6 False True True 30m reconciling Console Plugin failed: creating ConsolePlugin object failed: the server could not find the requested resource (post consoleplugins.console.openshift.io)
The cluster was installed through Agent Based Installer with a setting(required in Telco case) like below:
capabilities: baselineCapabilitySet: None additionalEnabledCapabilities: - marketplace - NodeTuning
Version-Release number of selected component (if applicable):
4.14.0-rc.6
How reproducible:
At least seen on one of my clusters
Steps to Reproduce:
1. Install a SNO 4.14.0-rc.6 with ABI with settings above to set baselineCapabilitySet as None 2. Upgrade to rc7 with command: oc adm upgrade --to=4.14.0-rc.7 3. Check upgrade is good or not
Actual results:
Not possible to upgrade
Expected results:
Should be able to upgrade
Additional info:
[root@hub-helper ~]# oc get clusterversions.config.openshift.io NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.14.0-rc.6 True True 66s Unable to apply 4.14.0-rc.6: a required extension is not available to update monitoring 4.14.0-rc.6 False True True 47m reconciling Console Plugin failed: creating ConsolePlugin object failed: the server could not find the requested resource (post consoleplugins.console.openshift.io)