Update README.md (#203)

doc: added the warning about only default namespace usage
This commit is contained in:
srntqn 2020-05-06 01:20:02 +03:00 committed by GitHub
parent 1e8711c285
commit ee1cb4740b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ The first thing you need is an RBAC enabled Kubernetes cluster. This could be ru
Once you have a cluster, follow the steps below to deploy Dapr to it. For more details, look [here](https://github.com/dapr/docs/blob/master/getting-started/environment-setup.md#installing-dapr-on-a-kubernetes-cluster)
> Please note, that using the CLI does not support non-default namespaces.
> If you need a non-default namespace, Helm has to be used (see below).
```
$ dapr init --kubernetes
Note: this installation is recommended for testing purposes. For production environments, please use Helm