Update README.md

This commit is contained in:
Ahmet Alp Balkan 2019-03-29 09:25:03 -07:00 committed by GitHub
parent b2a3f71d1a
commit 91ecae40d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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