mirror of https://github.com/knative/docs.git
update expected revision name for quickstart service (#5702)
This commit is contained in:
parent
d79909862f
commit
2658c41c47
|
@ -14,7 +14,7 @@ In this tutorial, you will deploy a "Hello world" Knative Service that accepts t
|
|||
```
|
||||
!!! Success "Expected output"
|
||||
```{ .bash .no-copy }
|
||||
Service hello created to latest revision 'hello-world' is available at URL:
|
||||
Service hello created to latest revision 'hello-0001' is available at URL:
|
||||
http://hello.default.${LOADBALANCER_IP}.sslip.io
|
||||
```
|
||||
The value of `${LOADBALANCER_IP}` above depends on your type of cluster,
|
||||
|
|
Loading…
Reference in New Issue