From 49b3df7de3ffb069de491898afbee7d1eace3c37 Mon Sep 17 00:00:00 2001 From: viktor Date: Wed, 27 May 2020 17:17:45 +0300 Subject: [PATCH] Added to README command to delete thirdparty-resources --- k8s/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/k8s/README.md b/k8s/README.md index 5bd06c5f85..24520dd68c 100644 --- a/k8s/README.md +++ b/k8s/README.md @@ -97,12 +97,18 @@ Or use `kubectl get services` to see the state of all the services. Or use `kubectl get deployments` to see the state of all the deployments. See [kubectl Cheat Sheet](https://kubernetes.io/docs/reference/kubectl/cheatsheet/) command reference for details. -Execute the following command to delete all deployed microservices: +Execute the following command to delete all ThingsBoard microservices: ` $ ./k8s-delete-resources.sh ` +Execute the following command to delete all thirdparty microservices: + +` +$ ./k8s-delete-thirdparty.sh +` + Execute the following command to delete all resources (including database): `