@@ -25,11 +25,11 @@ To do that you will need to set extra environment variables along with the requi
2525
2626` ` ` bash
2727# The secondary IP ranges for Cluster nodes
28- export SECONDARY_IP_RANGES="[10.10.10 .100-10.10.10 .150]"
28+ export SECONDARY_IP_RANGES="[192.0.2 .100-192.0.2 .150]"
2929# The Subnet Mask in CIDR notation for your node secondary IP ranges
3030export SECONDARY_IP_PREFIX=24
3131# The secondary gateway for the machines network-config
32- export SECONDARY_GATEWAY="10.10.10 .254"
32+ export SECONDARY_GATEWAY="192.0.2 .254"
3333# The secondary dns nameservers for the machines network-config
3434export SECONDARY_DNS_SERVERS="[8.8.8.8, 8.8.4.4]"
3535# The Proxmox secondary network bridge for VMs
@@ -60,8 +60,8 @@ The metric of the default gateway can be controlled with the proxmoxcluster defi
6060[...]
6161 ipv4Config :
6262 addresses :
63- - 10.10.0 .70-10.10.0 .79
64- gateway : 10.10.0 .1
63+ - 198.51.100 .70-198.51.100 .79
64+ gateway : 198.51.100 .1
6565 metric : 100
6666 prefix : 24
6767` ` `
@@ -137,14 +137,14 @@ LoadBalancer nodes are tainted and only run pods required for load balancing.
137137## -- loadbalancer nodes -- #
138138LOAD_BALANCER_MACHINE_COUNT: 2 # Number of load balancer nodes
139139EXT_SERVICE_BRIDGE: "vmbr2" # The network bridge device used for load balancing and bgp.
140- LB_BGP_IPV4_RANGES: "[172.16.4 .10-172.16.4 .20]" # The IP ranges used by the cluster for establishing the bgp session.
140+ LB_BGP_IPV4_RANGES: "[203.0.113 .10-203.0.113 .20]" # The IP ranges used by the cluster for establishing the bgp session.
141141LB_BGP_IPV6_RANGES:
142142LB_BGP_IPV4_PREFIX: "24" # Subnet Mask in CIDR notation for your bgp IP ranges.
143143LB_BGP_IPV6_PREFIX:
144144METALLB_IPV4_ASN: "65400" # The nodes bgp asn.
145145METALLB_IPV6_ASN:
146- METALLB_IPV4_BGP_PEER: "172.16.4 .1" # The nodes bgp peer IP address.
147- METALLB_IPV4_BGP_PEER2: "172.16.4 .2" # Backup bgp peer for H/A
146+ METALLB_IPV4_BGP_PEER: "203.0.113 .1" # The nodes bgp peer IP address.
147+ METALLB_IPV4_BGP_PEER2: "203.0.113 .2" # Backup bgp peer for H/A
148148METALLB_IPV6_BGP_PEER:
149149METALLB_IPV6_BGP_PEER2:
150150METALLB_IPV4_BGP_SECRET: "REDACTED" # The secret required to establish a bgp session (if any).
0 commit comments