Browse Source

Update dapr.md for small typo (#483)

Small typo in command produces error
pull/488/head
ArieJones 6 years ago
committed by GitHub
parent
commit
d6c8dc2504
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/recipes/dapr.md

4
docs/recipes/dapr.md

@ -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
@ -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`).

Loading…
Cancel
Save