-
Task
-
Resolution: Done
-
Normal
-
ACM 2.10.0, ACM 2.11.0, ACM 2.12.0
-
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. - [x] Mandatory: Add the required version to the Fix version/s field.
2. - [x] Mandatory: Choose the type of documentation change or review.
- [x] We need to add a new document to an existing section
3. - [x] *Mandatory: *Use the following link to open the doc and find where the
documentation update should go. Note: As the feature and doc is
understood and developed, this placement decision may change:
- Published doc: https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/release_notes/release-notes#known-issues-install
- New topic in known issue section
4. - [x] Mandatory for GA content:
- [x] Add steps, the diff, known issue, and/or other important
conceptual information in the following space: see below
- [x] *Add Required access level *(example, *Cluster
Administrator*) for the user to complete the task: Cluster Admin
- [x] Add verification at the end of the task, how does the user
verify success (a command to run or a result to see?)
- [ ] Add link to dev story here:
5. - [ ] 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.
—
New doc topic details
Suggested title: Installing a SNO cluster with OCP version before 4.16 with infrastructure operator
Content:
If you're installing a SNO cluster with an OCP version before 4.16, ensure your InfraEnv CR and your booted host are using the same OCP version you're installing the cluster with.
Before booting any hosts with the discovery ISO, either create or edit your InfraEnv to include the following:
apiVersion: agent-install.openshift.io/v1beta1 kind: InfraEnv spec: osImageVersion: 4.15 <1>
<1> This version should match the cluster version you intend to install
The SNO cluster should complete installation successfully.