From e9ea77ef1e8e73d22c2d5f21390bd6d8f6ebea46 Mon Sep 17 00:00:00 2001 From: Andrew Sy Kim Date: Tue, 24 Nov 2020 21:37:58 -0500 Subject: [PATCH] fix trailing spaces in Service docs Signed-off-by: Andrew Sy Kim --- 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 24c1ef27be..3f929bb38e 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -608,7 +608,7 @@ By default, for LoadBalancer type of Services, when there is more than one port ports must have the same protocol, and the protocol must be one which is supported by the cloud provider. -If the feature gate `MixedProtocolLBService` is enabled for the kube-apiserver it is allowed to use different protocols when there is more than one port defined. +If the feature gate `MixedProtocolLBService` is enabled for the kube-apiserver it is allowed to use different protocols when there is more than one port defined. {{< note >}}