From 5061d5587b10d1df1795faf908bf406a384dbada Mon Sep 17 00:00:00 2001 From: didier Date: Mon, 14 Sep 2020 18:23:25 +0200 Subject: [PATCH] fixing a typo Signed-off-by: didier --- content/en/docs/concepts/services-networking/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index 4d788fd78e..3f5ec44418 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -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.