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
|
||||
a response.
|
||||
|
||||
> Note: Add `-v` option to get more detail if the `curl` command failed.
|
||||
|
||||
You've successfully deployed your first application using Knative!
|
||||
|
||||
## Cleaning up
|
||||
|
|
|
@ -166,6 +166,8 @@ folder) you're ready to build and deploy the sample app.
|
|||
Hello World: Go Sample v1!
|
||||
```
|
||||
|
||||
> Note: Add `-v` option to get more detail if the `curl` command failed.
|
||||
|
||||
## Removing the sample app deployment
|
||||
|
||||
To remove the sample app from your cluster, delete the service record:
|
||||
|
|
Loading…
Reference in New Issue