-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.16, 4.17, 4.18, 4.19, 4.20, 4.21, 4.22
-
None
-
False
-
-
None
-
Important
-
None
-
All
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
Example given here : https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/installing_on_bare_metal/bare-metal-post-installation-configuration#bmo-editing-the-hostfirmwarecomponents-resource-of-a-provisioned-host_bare-metal-postinstallation-configuration
in step 3, it uses "names":
spec:
updates:
- name: bios <----------------------------
While the correct way is to used spec.updates[].component like in section: 4.8.15.1. HostFirmwareComponents spec ; here:
https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/installing_on_bare_metal/bare-metal-post-installation-configuration#hostfirmwarecomponents-spec
Version-Release number of selected component (if applicable):
4.20
How reproducible:
N/A
Steps to Reproduce:
1. N/A
2.
3.
Actual results:
doc bug
Expected results:
doc bug
Additional info: