fix(config): update load balancer domain name and nodelocaldns IP address

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-01-12 05:38:35 +08:00
parent 8422bc2fb3
commit 24d662f18b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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