mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-29 20:22:39 +01:00
Compare commits
2 Commits
6907a8fdda
...
6865a2a253
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6865a2a253 | ||
|
|
86769b94d7 |
@@ -41,10 +41,10 @@ kube_vip_arp: true
|
|||||||
kube_vip_bgp: false
|
kube_vip_bgp: false
|
||||||
|
|
||||||
# bgp parameters for kube-vip
|
# bgp parameters for kube-vip
|
||||||
kube_vip_bgp_routerid: "127.0.0.1" # Defines the router ID for the BGP server
|
kube_vip_bgp_routerid: "127.0.0.1" # Defines the router ID for the BGP server
|
||||||
kube_vip_bgp_as: "64513" # Defines the AS for the BGP server
|
kube_vip_bgp_as: "64513" # Defines the AS for the BGP server
|
||||||
kube_vip_bgp_peeraddress: "192.168.30.1" # Defines the address for the BGP peer
|
kube_vip_bgp_peeraddress: "192.168.30.1" # Defines the address for the BGP peer
|
||||||
kube_vip_bgp_peeras: "64512" # Defines the AS for the BGP peer
|
kube_vip_bgp_peeras: "64512" # Defines the AS for the BGP peer
|
||||||
|
|
||||||
# apiserver_endpoint is virtual ip-address which will be configured on each master
|
# apiserver_endpoint is virtual ip-address which will be configured on each master
|
||||||
apiserver_endpoint: "192.168.30.222"
|
apiserver_endpoint: "192.168.30.222"
|
||||||
|
|||||||
Reference in New Issue
Block a user