Skip to content

Commit e342648

Browse files
author
Mengjiao Liu
committed
Fix the description of Service External IPs to match the YAML example
1 parent c44bdb2 commit e342648

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)