Skip to content

Commit

Permalink
Update service-sharding.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder authored Oct 29, 2024
1 parent 5ba0295 commit 9410a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/service-sharding.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ spec:
EOF
```

Here we are explicitly specifying ```loxilb.io/zoneinstance: "llb-inst2"``` to choose an instance. The created services as follows :
Here we are explicitly specifying ```loxilb.io/zoneinstance: "llb-inst2"``` to choose an instance. The created services are as follows :
```
$ kubectl get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
Expand All @@ -202,7 +202,7 @@ sudo kubectl exec -it -n kube-system loxilb-lb-ktq55 -- loxicmd get ip | grep 19
| | 192.168.80.251/32 |
```

We can also double confirm that these VIPS are at a time associated with only one loxilb pod.
We can also double confirm that these VIPs are associated with only one loxilb pod at a time.

### Test

Expand Down

0 comments on commit 9410a11

Please sign in to comment.