Merge pull request #23878 from didier-durand/service_en

fixing a typo
This commit is contained in:
Kubernetes Prow Robot
2020-09-14 20:32:07 -07:00
committed by GitHub
@@ -1045,7 +1045,7 @@ spec:
## Shortcomings
Using the userspace proxy for VIPs, work at small to medium scale, but will
Using the userspace proxy for VIPs works at small to medium scale, but will
not scale to very large clusters with thousands of Services. The
[original design proposal for portals](https://github.com/kubernetes/kubernetes/issues/1107)
has more details on this.