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
commit 77b51db7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.