Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nsc): sync hairpinning on service modification
When we receive service or endpoint updates from Kubernetes we process a type of partial sync because the service and endpoints have already been updated by the handler. However, previously, this partial update did not include updating the hairpinning rules for services. This would cause hairpinning changes to be delayed until the next full sync or until kube-router restart. This changes adds hairpinning into the partial service sync flow.
- Loading branch information