Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Update dapr.md for small typo (#483)
Browse files Browse the repository at this point in the history
Small typo in command produces error
  • Loading branch information
ArieJones authored May 18, 2020
1 parent ef441e8 commit d6c8dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/recipes/dapr.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Secondly initialize Dapr for your cluster following the instructions [here](http
You can verify that these steps have been performed correctly by running the following command:
```sh
dapr components--kubernetes
dapr components --kubernetes
```

```txt
Expand Down Expand Up @@ -142,4 +142,4 @@ To access the application, port-forward to the `store` service. This will make t
kubectl port-forward svc/store 5000:80
```

>:bulb: If you need to see logs using `kubectl logs ...` you need to specify the container name when using Dapr, because there are multiple containers in the pod. Use `-c daprd` for the Dapr sidecar and `-c <projectname>` for the application (ex: `-c store`).
>:bulb: If you need to see logs using `kubectl logs ...` you need to specify the container name when using Dapr, because there are multiple containers in the pod. Use `-c daprd` for the Dapr sidecar and `-c <projectname>` for the application (ex: `-c store`).

0 comments on commit d6c8dc2

Please sign in to comment.