Skip to content

Commit 5d5e00c

Browse files
authored
Merge pull request #90180 from skopacz1/OSDOCS-12846
OSDOCS#12846: custom manifest clarification
2 parents a52da18 + fff4f47 commit 5d5e00c

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

4141
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.
4242

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

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)