Skip to content

Commit 4a87fb5

Browse files
authored
Mention default type of Service in “Defining a Service” section (#41855)
* Explain default type of Service in “Defining a Service” section * incorporated with review comments * removed unnecessary whitespace
1 parent 5da7cb5 commit 4a87fb5

File tree

1 file changed

+2
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+2
-1
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ spec:
117117
targetPort: 9376
118118
```
119119
120-
Applying this manifest creates a new Service named "my-service", which
120+
Applying this manifest creates a new Service named "my-service" with the default
121+
ClusterIP [service type](#publishing-services-service-types). The Service
121122
targets TCP port 9376 on any Pod with the `app.kubernetes.io/name: MyApp` label.
122123

123124
Kubernetes assigns this Service an IP address (the _cluster IP_),

0 commit comments

Comments
 (0)