From e7b9f5fec6b8b9caa946af3d07f651cf174f5164 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Sun, 7 Jan 2018 18:08:41 +0000 Subject: [PATCH] Update instructions for deletion --- guide/troubleshooting.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/guide/troubleshooting.md b/guide/troubleshooting.md index 53d20681..17061f16 100644 --- a/guide/troubleshooting.md +++ b/guide/troubleshooting.md @@ -128,13 +128,9 @@ $ kubectl describe deploy/FUNCTION ### Remove the OpenFaaS deployment ``` -$ kubectl delete -f faas.yml,monitoring.yml,rbac.yml -``` - -If you're using the async stack remove it this way: - -``` -$ kubectl delete -f faas.async.yml,monitoring.yml,rbac.yml,nats.yml +$ git clone https://github.com/openfaas/faas-netes/ && \ + cd faas-netes && \ + kubectl delete -f ./yaml/ ``` ## Watchdog