Fix typo in service-networking page (#13622)

Associated with #13621
pull/13626/head
Shashank Patel 2019-04-05 02:37:18 +05:30 committed by Kubernetes Prow Robot
parent 1aff855615
commit a7427a627a
1 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ will be routed to one of the service endpoints. `externalIPs` are not managed by
of the cluster administrator.
In the `ServiceSpec`, `externalIPs` can be specified along with any of the `ServiceTypes`.
In the example below, "`my-service`" can be accessed by clients on "`80.11.12.10:80`"" (`externalIP:port`)
In the example below, "`my-service`" can be accessed by clients on "`80.11.12.10:80`" (`externalIP:port`)
```yaml
kind: Service