mirror of https://github.com/dapr/docs.git
Update uninstall description (#187)
This commit is contained in:
parent
bba44db4be
commit
eb38038afe
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue