From 91ecae40d4f574b74b432519908dfb56a01713e2 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Fri, 29 Mar 2019 09:25:03 -0700 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5aa37d6..7a14baf 100644 --- a/README.md +++ b/README.md @@ -254,13 +254,14 @@ by deploying the [release manifest](./release) directly to an existing cluster. 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 - skaffold delete - ``` +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