From b2a3f71d1a7e88a94ade81216cdc8428e733c690 Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Fri, 29 Mar 2019 09:15:57 +0000 Subject: [PATCH] Cleanup instrucions added Signed-off-by: Ihor Dvoretskyi --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d0c00c6..5aa37d6 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,14 @@ by deploying the [release manifest](./release) directly to an existing cluster. curl -v "http://$INGRESS_HOST" ``` +## Cleanup + +- To remove the application from the Kubernetes cluster, run: + + ```sh + skaffold delete + ``` + ## Conferences featuring Hipster Shop - [Google Cloud Next'18 London – Keynote](https://youtu.be/nIq2pkNcfEI?t=3071)