Update README.md
This commit is contained in:
parent
b2a3f71d1a
commit
91ecae40d4
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -254,13 +254,14 @@ by deploying the [release manifest](./release) directly to an existing cluster.
|
||||||
curl -v "http://$INGRESS_HOST"
|
curl -v "http://$INGRESS_HOST"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Cleanup
|
### Cleanup
|
||||||
|
|
||||||
- To remove the application from the Kubernetes cluster, run:
|
If you've deployed the application with `skaffold run` command, you can run
|
||||||
|
`skaffold delete` to clean up the deployed resources.
|
||||||
|
|
||||||
```sh
|
If you've deployed the application with `kubectl apply -f [...]`, you can
|
||||||
skaffold delete
|
run `kubectl delete -f [...]` with the same argument to clean up the deployed
|
||||||
```
|
resources.
|
||||||
|
|
||||||
## Conferences featuring Hipster Shop
|
## Conferences featuring Hipster Shop
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue