feat(docs): update README with Ansible directory information and adjust nodelocaldns IP
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
cc91ef7d73
commit
8422bc2fb3
@ -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)
|
||||
|
||||
5
cluster/ansible/README.md
Normal file
5
cluster/ansible/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Freeleaps Cluster Maintain Ansible
|
||||
|
||||
> This folder used to Freeleaps Kubernetes Cluster maintaining.
|
||||
|
||||
## How to use ?
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user