Skip to content

Commit

Permalink
Update README.md (dapr#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaron2 authored Feb 10, 2020
1 parent e982e83 commit 406690e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,32 @@ To list all Dapr instances running in a Kubernetes cluster:
$ dapr list --kubernetes
```


### Check mTLS status

To check if Mutual TLS is enabled in your Kubernetes cluster:

```
$ dapr mtls --kubernetes
```

### List Components

To list all Dapr components on Kubernetes:

```
$ dapr components --kubernetes
```


### List Configurations

To list all Dapr configurations on Kubernetes:

```
$ dapr configurations --kubernetes
```

### Stop

Use ```dapr list``` to get a list of all running instances.
Expand Down

0 comments on commit 406690e

Please sign in to comment.