Skip to content

Commit 6b516a0

Browse files
authored
Merge pull request #92459 from DCChadwick/osdocs14042b
OSDOCS-14042: fixing OPENSHIFT_HA_VRRP_ID_OFFSET default value
2 parents f7450fb + fe018ce commit 6b516a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/nw-ipfailover-configuration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ spec:
154154
- name: OPENSHIFT_HA_MONITOR_PORT <5>
155155
value: "30060"
156156
- name: OPENSHIFT_HA_VRRP_ID_OFFSET <6>
157-
value: "0"
157+
value: "10"
158158
- name: OPENSHIFT_HA_REPLICA_COUNT <7>
159159
value: "2" #Must match the number of replicas in the deployment
160160
- name: OPENSHIFT_HA_USE_UNICAST
@@ -201,7 +201,7 @@ spec:
201201
<3> The number of groups to create for VRRP. If not set, a group is created for each virtual IP range specified with the `OPENSHIFT_HA_VIP_GROUPS` variable.
202202
<4> The interface name that IP failover uses to send VRRP traffic. By default, `eth0` is used.
203203
<5> The IP failover pod tries to open a TCP connection to this port on each VIP. If connection is established, the service is considered to be running. If this port is set to `0`, the test always passes. The default value is `80`.
204-
<6> The offset value used to set the virtual router IDs. Using different offset values allows multiple IP failover configurations to exist within the same cluster. The default offset is `0`, and the allowed range is `0` through `255`.
204+
<6> The offset value used to set the virtual router IDs. Using different offset values allows multiple IP failover configurations to exist within the same cluster. The default offset is `10`, and the allowed range is `0` through `255`.
205205
<7> The number of replicas to create. This must match `spec.replicas` value in IP failover deployment configuration. The default value is `2`.
206206
<8> The name of the `iptables` chain to automatically add an `iptables` rule to allow the VRRP traffic on. If the value is not set, an `iptables` rule is not added. If the chain does not exist, it is not created, and Keepalived operates in unicast mode. The default is `INPUT`.
207207
<9> The full path name in the pod file system of a script that is run whenever the state changes.

modules/nw-ipfailover-environment-variables.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ If your cluster uses the OVN-Kubernetes network plugin, set this value to `br-ex
3232
|The list of IP address ranges to replicate. This must be provided. For example, `1.2.3.4-6,1.2.3.9`.
3333

3434
|`OPENSHIFT_HA_VRRP_ID_OFFSET`
35-
|`0`
36-
|The offset value used to set the virtual router IDs. Using different offset values allows multiple IP failover configurations to exist within the same cluster. The default offset is `0`, and the allowed range is `0` through `255`.
35+
|`10`
36+
|The offset value used to set the virtual router IDs. Using different offset values allows multiple IP failover configurations to exist within the same cluster. The default offset is `10`, and the allowed range is `0` through `255`.
3737

3838
|`OPENSHIFT_HA_VIP_GROUPS`
3939
|

0 commit comments

Comments
 (0)