From 126b97332ea7c737dbc1ca96a850b8089093178a Mon Sep 17 00:00:00 2001 From: Alexander Phinikarides Date: Thu, 28 May 2026 21:24:25 +0300 Subject: [PATCH] fix typo --- docs/installers/agent-based-openshift-4-20-on-baremetal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installers/agent-based-openshift-4-20-on-baremetal.md b/docs/installers/agent-based-openshift-4-20-on-baremetal.md index 70147476782..56ad72ccc02 100644 --- a/docs/installers/agent-based-openshift-4-20-on-baremetal.md +++ b/docs/installers/agent-based-openshift-4-20-on-baremetal.md @@ -334,8 +334,8 @@ net_config: # This should also exist, the provisioning tool does extern_static: 10.4.0.1/16 # Subnet to use for statically allocated external services node_svc_subnet: 10.5.0.1/16 # Subnet to use for service graph kubeapi_vlan: 11 # The VLAN used by the internal physdom for nodes - service_vlan: 21 infra_vlan: 3301 # The VLAN used for external LoadBalancer services - + service_vlan: 21 # The VLAN used for external LoadBalancer services + infra_vlan: 3301 ``` **Note** The `\*.apps.\.\` records in the user-provisioned DNS should refer to the same IP address used in the ingressVIPs in install-config.yaml