Small typo in command produces error
This commit is contained in:
ArieJones 2020-05-18 11:22:37 -04:00 коммит произвёл GitHub
Родитель ef441e8704
Коммит d6c8dc2504
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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