feat(docs): update README with Ansible directory information and adjust nodelocaldns IP

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-01-12 04:56:08 +08:00
parent cc91ef7d73
commit 8422bc2fb3
3 changed files with 7 additions and 4 deletions

View File

@ -28,6 +28,4 @@ This repo files are managed by CI/CD services (Jenkins, Argo CD etc,.).
`cluster/manifests/<namespace>/<component>` stores the manifests of components or applications.
`cluster/inventory.ini` stores the current state of the cluster, if you want to add new nodes to cluster, you need edit this file.
`cluster/group_vars` describes current configuration states of the cluster.
`cluster/ansible/` see [cluster/ansible/README.md](./cluster/ansible/README.md)

View File

@ -0,0 +1,5 @@
# Freeleaps Cluster Maintain Ansible
> This folder used to Freeleaps Kubernetes Cluster maintaining.
## How to use ?

View File

@ -171,7 +171,7 @@ dns_mode: coredns
# Enable nodelocal dns cache
enable_nodelocaldns: true
enable_nodelocaldns_secondary: false
nodelocaldns_ip: 169.254.25.10
nodelocaldns_ip: 10.233.0.10
nodelocaldns_health_port: 9254
nodelocaldns_second_health_port: 9256
nodelocaldns_bind_metrics_host_ip: false