mirror of https://github.com/dapr/docs.git
Update environment-setup.md (#128)
This commit is contained in:
parent
7f2be51176
commit
0ea6fe1a26
|
@ -68,9 +68,11 @@ You can install Dapr to Kubernetes cluster using CLI.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ dapr init --kubernetes
|
$ dapr init --kubernetes
|
||||||
|
ℹ️ Note: this installation is recommended for testing purposes. For production environments, please use Helm
|
||||||
|
|
||||||
⌛ Making the jump to hyperspace...
|
⌛ Making the jump to hyperspace...
|
||||||
✅ Deploying the Dapr Operator to your cluster...
|
✅ 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.
|
Dapr CLI installs Dapr to `default` namespace of Kubernetes cluster.
|
||||||
|
|
Loading…
Reference in New Issue