-
Bug
-
Resolution: Unresolved
-
Undefined
-
ACM 2.13.0, ACM 2.13.1
-
False
-
None
-
False
-
-
-
None
Note: Doc team updates the current version of the documentation and the
two previous versions (n-2), but we address *only high-priority, or
customer-reported issues* for -2 releases in support.
Describe the changes in the doc and link to your dev story:
1. - [ ] Mandatory: Add the required version to the Fix version/s field.
2. - [ ] Mandatory: Choose the type of documentation change or review.
- [X ] We need to update to an existing topic
- [ ] We need to add a new document to an existing section
- [ ] We need a whole new section; this is a function not
documented before and doesn't belong in any current section
- [ ] We need an Operator Advisory review and approval
- [ ] We need a z-Stream (Errata) Advisory and Release note for
MCE and/or ACM
3. - [ ] Mandatory: Find the link to where the documentation update
should go and add it to the recommended changes. You can either use the
published doc or the staged repo for this step:
Note: As the feature and doc is understood, this recommendation may
change. If this is new documentation, link to the section where you think
it should be placed.
Customer Portal published version
Doc staged repo within the ACM Workspace:
https://github.com/stolostron/rhacm-docs
5. - [x] Mandatory for bugs: What is the diff? Clearly define what the
problem is, what the change is, and link to the current documentation. Only
use this for a documentation bug.
In sections 1.3.4.10.1 (building for OpenShift Virt.) and 1.3.4.10.2 (building for VMware vSphere), step 2 of the procedure, the Containerfile uses bootc-image-builder as base image. It should instead use the rhel-bootc image like in section 1.3.4.5:
FROM registry.redhat.io/rhel9/rhel-bootc:<required_os_version>
Further, step 3 of the procedure in both section is missing a "-y" flag in the "RUN dnf install" command in the first line:
RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm