Skip to content

Commit 912bc37

Browse files
author
Amrita
committed
removes repeat content and correct replica
1 parent c8ded8a commit 912bc37

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
@@ -124,7 +124,6 @@ sshKey: |
124124
+
125125
<1> This IP address is used to determine which node performs the bootstrapping process as well as running the `assisted-service` component.
126126
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`.
127-
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`.
128127
<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,
129128
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.
130129

0 commit comments

Comments
 (0)