Skip to content

Commit 9fd38db

Browse files
authored
Merge pull request #39768 from mengjiao-liu/fix-service-external-ips
Fix the description of Service External IPs to match the YAML example
2 parents 8311f3d + e342648 commit 9fd38db

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ will be routed to one of the Service endpoints. `externalIPs` are not managed by
11651165
of the cluster administrator.
11661166

11671167
In the Service spec, `externalIPs` can be specified along with any of the `ServiceTypes`.
1168-
In the example below, "`my-service`" can be accessed by clients on "`80.11.12.10:80`" (`externalIP:port`)
1168+
In the example below, "`my-service`" can be accessed by clients on "`198.51.100.32:80`" (`externalIP:port`)
11691169

11701170
```yaml
11711171
apiVersion: v1

0 commit comments

Comments
 (0)