mirror of https://github.com/dapr/docs.git
dapr init only supports default namespace (#217)
dapr init does not support non-default K8s namespaces dapr/dapr#657
This commit is contained in:
parent
271aa2cf99
commit
8fa330f149
|
@ -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.
|
||||
|
||||
> 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
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue