dapr init only supports default namespace (#217)

dapr init does not support non-default K8s namespaces dapr/dapr#657
This commit is contained in:
Ricardo Niepel 2019-11-01 16:44:17 +01:00 committed by Yaron Schneider
parent 271aa2cf99
commit 8fa330f149
1 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,9 @@ When setting up Kubernetes you can do this either via the Dapr CLI or Helm
You can install Dapr to Kubernetes cluster using CLI. You can install Dapr to Kubernetes cluster using CLI.
> 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).
#### Install Dapr to Kubernetes #### Install Dapr to Kubernetes
```bash ```bash