From 3f9dc859657cd0652e88d440946331c8c58f0565 Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Fri, 29 Mar 2019 18:25:34 +0200 Subject: [PATCH] Cleanup instructions added (#202) * Cleanup instrucions added Signed-off-by: Ihor Dvoretskyi * Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d0c00c6..7a14baf 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,15 @@ by deploying the [release manifest](./release) directly to an existing cluster. curl -v "http://$INGRESS_HOST" ``` +### Cleanup + +If you've deployed the application with `skaffold run` command, you can run +`skaffold delete` to clean up the deployed resources. + +If you've deployed the application with `kubectl apply -f [...]`, you can +run `kubectl delete -f [...]` with the same argument to clean up the deployed +resources. + ## Conferences featuring Hipster Shop - [Google Cloud Next'18 London – Keynote](https://youtu.be/nIq2pkNcfEI?t=3071)