Skip to content

Commit 1e9362c

Browse files
authored
Merge pull request #52620 from Amrita42/remove-repeat-content-and-replica
removes repeat content and correct replica
2 parents 87e7e50 + 912bc37 commit 1e9362c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ compute: <2>
2020
controlPlane: <2>
2121
hyperthreading: Enabled <3>
2222
name: master
23-
replicas: 3 <5>
23+
replicas: 1 <5>
2424
metadata:
2525
name: sno-cluster <6>
2626
networking:

modules/installing-ocp-agent.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ sshKey: |
125125
+
126126
<1> This IP address is used to determine which node performs the bootstrapping process as well as running the `assisted-service` component.
127127
You must provide the IP address when you do not specify the node's IP addresses in the `networkConfig` parameter. If this address is not provided, one IP address is selected from the provided nodes's `networkConfig`.
128-
You must provide the IP address when you do not specify the node's IP addresses in the `networkConfig` parameter. If this address is not provided, one IP address is selected from the provided nodes's `networkConfig`.
129128
<2> The number of hosts defined must match the total number of hosts defined in the `install-config.yaml` file, which is the sum of the values of the `compute.replicas` and `controlPlane.replicas` parameters. When 3 master nodes and 0 worker nodes are defined in the `install-config.yaml` file,
130129
the number of hosts defined is 3. When 3 master nodes and 2 worker nodes are defined in the `install-config.yaml` file, the number of hosts defined is 5.
131130

0 commit comments

Comments
 (0)