doc(user-guide.md): clarify externalips hairpin option

This commit is contained in:
Aaron U'Ren 2021-04-11 17:30:00 -05:00
parent 5fc39db6a0
commit d74f5c8ade

View File

@ -216,7 +216,7 @@ To enable hairpin traffic for Service `my-service`:
kubectl annotate service my-service "kube-router.io/service.hairpin="
```
If you want hairpin also apply on externalIPs declared for Service `my-service`:
If you want to also hairpin externalIPs declared for Service `my-service` (note, you must also either enable global hairpin or service hairpin (see above ^^^) for this to have an effect):
```
kubectl annotate service my-service "kube-router.io/service.hairpin.externalips="
```