fix bullet md format (#8771)

This commit is contained in:
Long Wu Yuan 2022-07-03 03:13:24 +05:30 committed by GitHub
parent 51453494ac
commit dcf0f3de58

View file

@ -12,8 +12,9 @@ This part of the code is responsible for the main logic of Ingress NGINX. It con
### Core Sync Logics:
Ingress-nginx has an internal model of the ingresses, secrets and endpoints in a given cluster. It maintains two copies of that:
1. currently running configuration model
1. the one generated in response to some changes in the cluster
1. One copy is the currently running configuration model
2. Second copy is the one generated in response to some changes in the cluster
The sync logic diffs the two models and if there's a change it tries to converge the running configuration to the new one.