Skip to content

Commit e7049a6

Browse files
authored
Merge pull request #90587 from openshift-cherrypick-robot/cherry-pick-90180-to-enterprise-4.15
[enterprise-4.15] OSDOCS#12846: custom manifest clarification
2 parents 106be36 + 683a554 commit e7049a6

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
@@ -38,6 +38,11 @@ include::modules/installing-ocp-agent-inputs.adoc[leveloffset=+2]
3838

3939
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.
4040

41+
[IMPORTANT]
42+
====
43+
Customizations to the cluster made by additional manifests are not validated, are not guaranteed to work, and might result in a nonfunctional cluster.
44+
====
45+
4146
// Creating a directory to contain additional manifests
4247
include::modules/installing-ocp-agent-manifest-folder.adoc[leveloffset=+3]
4348

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)