Commenting out loadbalancing vars
parent
c91a3183d3
commit
9649f2779d
|
@ -74,7 +74,7 @@ dns_server: "{{ kube_service_addresses|ipaddr('net')|ipaddr(253)|ipaddr('address
|
||||||
# kube-proxy doesn't support multiple apiservers for the time being so you'll need to configure your own loadbalancer
|
# kube-proxy doesn't support multiple apiservers for the time being so you'll need to configure your own loadbalancer
|
||||||
# This domain name will be inserted into the /etc/hosts file of all servers
|
# This domain name will be inserted into the /etc/hosts file of all servers
|
||||||
# configuration example with haproxy :
|
# configuration example with haproxy :
|
||||||
# lissten kubernetes-apiserver-https
|
# listen kubernetes-apiserver-https
|
||||||
# bind 10.99.0.21:8383
|
# bind 10.99.0.21:8383
|
||||||
# option ssl-hello-chk
|
# option ssl-hello-chk
|
||||||
# mode tcp
|
# mode tcp
|
||||||
|
@ -83,4 +83,4 @@ dns_server: "{{ kube_service_addresses|ipaddr('net')|ipaddr(253)|ipaddr('address
|
||||||
# server master1 10.99.0.26:443
|
# server master1 10.99.0.26:443
|
||||||
# server master2 10.99.0.27:443
|
# server master2 10.99.0.27:443
|
||||||
# balance roundrobin
|
# balance roundrobin
|
||||||
apiserver_loadbalancer_domain_name: "lb-apiserver.kubernetes.local"
|
# apiserver_loadbalancer_domain_name: "lb-apiserver.kubernetes.local"
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
---
|
#---
|
||||||
peers:
|
#peers:
|
||||||
-router_id: "10.99.0.34"
|
# -router_id: "10.99.0.34"
|
||||||
as: "65xxx"
|
# as: "65xxx"
|
||||||
- router_id: "10.99.0.35"
|
# - router_id: "10.99.0.35"
|
||||||
as: "65xxx"
|
# as: "65xxx"
|
||||||
|
#
|
||||||
loadbalancer_apiserver:
|
#loadbalancer_apiserver:
|
||||||
address: "10.99.0.44"
|
# address: "10.99.0.44"
|
||||||
port: "8383"
|
# port: "8383"
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
---
|
#---
|
||||||
peers:
|
#peers:
|
||||||
-router_id: "10.99.0.2"
|
# -router_id: "10.99.0.2"
|
||||||
as: "65xxx"
|
# as: "65xxx"
|
||||||
- router_id: "10.99.0.3"
|
# - router_id: "10.99.0.3"
|
||||||
as: "65xxx"
|
# as: "65xxx"
|
||||||
|
#
|
||||||
loadbalancer_apiserver:
|
#loadbalancer_apiserver:
|
||||||
address: "10.99.0.21"
|
# address: "10.99.0.21"
|
||||||
port: "8383"
|
# port: "8383"
|
||||||
|
|
Loading…
Reference in New Issue