We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a170fbd commit 682d3c2Copy full SHA for 682d3c2
content/en/docs/concepts/services-networking/service.md
@@ -74,8 +74,8 @@ a new instance.
74
The name of a Service object must be a valid
75
[DNS label name](/docs/concepts/overview/working-with-objects/names#dns-label-names).
76
77
-For example, suppose you have a set of Pods that each listens on TCP port 9376
78
-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`:
79
80
```yaml
81
apiVersion: v1
0 commit comments