Skip to content

Commit

Permalink
Replacing the example IP address by something that could exists. (#9120)
Browse files Browse the repository at this point in the history
The example `123.45.678.9` was an invalid IP address.
  • Loading branch information
lmcarreiro authored and k8s-ci-robot committed Jul 18, 2018
1 parent 4aaa353 commit 1f90f06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ which should produce output like this:
Selector: app=example
Type: LoadBalancer
IP: 10.67.252.103
LoadBalancer Ingress: 123.45.678.9
LoadBalancer Ingress: 123.45.67.89
Port: <unnamed> 80/TCP
NodePort: <unnamed> 32445/TCP
Endpoints: 10.64.0.4:80,10.64.1.5:80,10.64.2.4:80
Expand Down

0 comments on commit 1f90f06

Please sign in to comment.