mirror of https://github.com/knative/docs.git
Add notes for how to debug `curl`. (#576)
This commit is contained in:
parent
da016b2818
commit
e982df0b0e
|
@ -146,6 +146,8 @@ asssigned an external IP address.
|
||||||
It can take a few seconds for Knative to scale up your application and return
|
It can take a few seconds for Knative to scale up your application and return
|
||||||
a response.
|
a response.
|
||||||
|
|
||||||
|
> Note: Add `-v` option to get more detail if the `curl` command failed.
|
||||||
|
|
||||||
You've successfully deployed your first application using Knative!
|
You've successfully deployed your first application using Knative!
|
||||||
|
|
||||||
## Cleaning up
|
## Cleaning up
|
||||||
|
|
|
@ -166,6 +166,8 @@ folder) you're ready to build and deploy the sample app.
|
||||||
Hello World: Go Sample v1!
|
Hello World: Go Sample v1!
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> Note: Add `-v` option to get more detail if the `curl` command failed.
|
||||||
|
|
||||||
## Removing the sample app deployment
|
## Removing the sample app deployment
|
||||||
|
|
||||||
To remove the sample app from your cluster, delete the service record:
|
To remove the sample app from your cluster, delete the service record:
|
||||||
|
|
Loading…
Reference in New Issue