Commit 49b3df7de3ffb069de491898afbee7d1eace3c37
1 parent
8ab77d2f
Added to README command to delete thirdparty-resources
Showing
1 changed file
with
7 additions
and
1 deletions
@@ -97,12 +97,18 @@ Or use `kubectl get services` to see the state of all the services. | @@ -97,12 +97,18 @@ Or use `kubectl get services` to see the state of all the services. | ||
97 | Or use `kubectl get deployments` to see the state of all the deployments. | 97 | Or use `kubectl get deployments` to see the state of all the deployments. |
98 | See [kubectl Cheat Sheet](https://kubernetes.io/docs/reference/kubectl/cheatsheet/) command reference for details. | 98 | See [kubectl Cheat Sheet](https://kubernetes.io/docs/reference/kubectl/cheatsheet/) command reference for details. |
99 | 99 | ||
100 | -Execute the following command to delete all deployed microservices: | 100 | +Execute the following command to delete all ThingsBoard microservices: |
101 | 101 | ||
102 | ` | 102 | ` |
103 | $ ./k8s-delete-resources.sh | 103 | $ ./k8s-delete-resources.sh |
104 | ` | 104 | ` |
105 | 105 | ||
106 | +Execute the following command to delete all thirdparty microservices: | ||
107 | + | ||
108 | +` | ||
109 | +$ ./k8s-delete-thirdparty.sh | ||
110 | +` | ||
111 | + | ||
106 | Execute the following command to delete all resources (including database): | 112 | Execute the following command to delete all resources (including database): |
107 | 113 | ||
108 | ` | 114 | ` |