From a170fbdce026ded8d6ec5ff5b3a5f9cd59374eb7 Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Thu, 10 Dec 2020 18:28:21 +0800 Subject: [PATCH 1/3] Fix syntax error --- 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 58d9bb9a2d..a6dd80ba63 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -74,7 +74,7 @@ a new instance. The name of a Service object must be a valid [DNS label name](/docs/concepts/overview/working-with-objects/names#dns-label-names). -For example, suppose you have a set of Pods that each listen on TCP port 9376 +For example, suppose you have a set of Pods that each listens on TCP port 9376 and carry a label `app=MyApp`: ```yaml From 682d3c2550b2f3120aa4fcf41ba641f9ed019dec Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Sat, 20 Feb 2021 16:47:02 +0800 Subject: [PATCH 2/3] Rephrase the sentence --- content/en/docs/concepts/services-networking/service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index a6dd80ba63..ea0f01ab0d 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -74,8 +74,8 @@ a new instance. The name of a Service object must be a valid [DNS label name](/docs/concepts/overview/working-with-objects/names#dns-label-names). -For example, suppose you have a set of Pods that each listens on TCP port 9376 -and carry a label `app=MyApp`: +For example, suppose you have a set of Pods and each of them listens on TCP port 9376 +and contains a label `app=MyApp`: ```yaml apiVersion: v1 From 909dba3bb2d69001ecac1b14700607e4531c482e Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Sun, 28 Feb 2021 10:23:54 +0800 Subject: [PATCH 3/3] Refine the sentence --- 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 ea0f01ab0d..6779b04f68 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -74,7 +74,7 @@ a new instance. The name of a Service object must be a valid [DNS label name](/docs/concepts/overview/working-with-objects/names#dns-label-names). -For example, suppose you have a set of Pods and each of them listens on TCP port 9376 +For example, suppose you have a set of Pods where each listens on TCP port 9376 and contains a label `app=MyApp`: ```yaml