Skip to content

Commit c3d1af2

Browse files
committed
center the img
Signed-off-by: derekwin <[email protected]>
1 parent 76be599 commit c3d1af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/proposal/kmesh_support_localityLB.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ What is locality strict mode? In locality strict mode, the LB (load balancing) a
4646
7. For the random policy, all endpoints are marked with a priority of 0. For failover or strict policy, the priority is set to 0 for the endpoint with the highest match according to the `routingPreference`.
4747

4848
#### control flow
49-
![locality_lb_pic](pics/locality_lb.svg)
49+
<div style="text-align:center"><img src="pics/locality_lb.svg" /></div>
5050

5151
#### data struct
5252
1. workload.h
@@ -137,4 +137,4 @@ type EndpointCache interface {
137137
DeleteEndpoint(Endpoint, uint32)
138138
DeleteEndpointByServiceId(uint32)
139139
}
140-
```
140+
```

0 commit comments

Comments
 (0)