fix(config): update load balancer domain name and nodelocaldns IP address
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
8422bc2fb3
commit
24d662f18b
@ -11,7 +11,7 @@ bin_dir: /usr/local/bin
|
||||
|
||||
|
||||
## External LB example config
|
||||
# apiserver_loadbalancer_domain_name: "lb.mathmast.com"
|
||||
apiserver_loadbalancer_domain_name: "lb-apiserver.mathmast.com"
|
||||
loadbalancer_apiserver:
|
||||
address: 4.155.160.32
|
||||
port: 6443
|
||||
|
||||
@ -171,7 +171,7 @@ dns_mode: coredns
|
||||
# Enable nodelocal dns cache
|
||||
enable_nodelocaldns: true
|
||||
enable_nodelocaldns_secondary: false
|
||||
nodelocaldns_ip: 10.233.0.10
|
||||
nodelocaldns_ip: 169.254.25.10
|
||||
nodelocaldns_health_port: 9254
|
||||
nodelocaldns_second_health_port: 9256
|
||||
nodelocaldns_bind_metrics_host_ip: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user