Update environment-setup.md (#128)

This commit is contained in:
Yaron Schneider 2019-10-15 18:21:28 -07:00 committed by GitHub
parent 7f2be51176
commit 0ea6fe1a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -68,9 +68,11 @@ You can install Dapr to Kubernetes cluster using CLI.
```bash
$ dapr init --kubernetes
Note: this installation is recommended for testing purposes. For production environments, please use Helm
⌛ Making the jump to hyperspace...
✅ Deploying the Dapr Operator to your cluster...
✅ Success! Dapr has been installed. To verify, run 'kubectl get pods' in your terminal.
✅ Success! Dapr has been installed. To verify, run 'kubectl get pods -w' in your terminal
```
Dapr CLI installs Dapr to `default` namespace of Kubernetes cluster.