Updated ingress address in Single Service Ingress (#19522)

Replaced 107.178.254.228 with a documentation IP address 203.0.113.123
pull/19541/head^2
divya-mohan0209 2020-03-07 19:31:34 +05:30 committed by GitHub
parent 56379649d3
commit 159bf5983d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -136,10 +136,10 @@ kubectl get ingress test-ingress
```
NAME HOSTS ADDRESS PORTS AGE
test-ingress * 107.178.254.228 80 59s
test-ingress * 203.0.113.123 80 59s
```
Where `107.178.254.228` is the IP allocated by the Ingress controller to satisfy
Where `203.0.113.123` is the IP allocated by the Ingress controller to satisfy
this Ingress.
{{< note >}}