Skip to content

Commit 682cc85

Browse files
authored
Merge pull request #90589 from openshift-cherrypick-robot/cherry-pick-90180-to-enterprise-4.17
[enterprise-4.17] OSDOCS#12846: custom manifest clarification
2 parents 7f99034 + 5ca72a9 commit 682cc85

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

installing/installing_with_agent_based_installer/installing-with-agent-based-installer.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ include::modules/installing-ocp-agent-inputs.adoc[leveloffset=+2]
4242

4343
As an optional task, you can create additional manifests to further configure your cluster beyond the configurations available in the `install-config.yaml` and `agent-config.yaml` files.
4444

45+
[IMPORTANT]
46+
====
47+
Customizations to the cluster made by additional manifests are not validated, are not guaranteed to work, and might result in a nonfunctional cluster.
48+
====
49+
4550
// Creating a directory to contain additional manifests
4651
include::modules/installing-ocp-agent-manifest-folder.adoc[leveloffset=+3]
4752

modules/installation-bare-metal-agent-installer-config-yaml.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ baseDomain: example.com <1>
1616
compute: <2>
1717
- name: worker
1818
replicas: 0 <3>
19+
architecture: amd64
1920
controlPlane: <2>
2021
name: master
2122
replicas: 1 <4>
23+
architecture: amd64
2224
metadata:
2325
name: sno-cluster <5>
2426
networking:

0 commit comments

Comments
 (0)