Update uninstall description (#187)

This commit is contained in:
Leon Mai 2019-10-24 05:56:07 -07:00 committed by Aman Bhardwaj
parent bba44db4be
commit eb38038afe
1 changed files with 3 additions and 1 deletions

View File

@ -89,12 +89,14 @@ runtime version: v0.1.0
### Uninstall Dapr in a standalone mode ### Uninstall Dapr in a standalone mode
Remove placement docker container. Uninstalling will remove the placement and Redis docker containers.
```bash ```bash
$ dapr uninstall $ dapr uninstall
``` ```
You should always run a `dapr uninstall` before running another `dapr init`.
## Installing Dapr on a Kubernetes cluster ## Installing Dapr on a Kubernetes cluster
When setting up Kubernetes you can do this either via the Dapr CLI or Helm When setting up Kubernetes you can do this either via the Dapr CLI or Helm