Update instructions for deletion

This commit is contained in:
Alex Ellis 2018-01-07 18:08:41 +00:00 committed by GitHub
parent cc21c092b2
commit e7b9f5fec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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