Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/installers/agent-based-openshift-4-20-on-baremetal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.\<cluster_name\>.\<base_domain\>` records in the user-provisioned DNS should refer to the same IP address used in the ingressVIPs in install-config.yaml
Expand Down