Update install-dapr.md (#909)

After installing dapr on Kubernetes total of 5 pods got provisioned. One dashboard pod entry is missing in doc. 
In previous docs, this request was got accepted seems it got missed again.

Co-authored-by: Ori Zohar <orzohar@microsoft.com>
This commit is contained in:
Ajay Singh 2020-11-14 05:18:24 +05:30 committed by GitHub
parent d5a9525a40
commit a80c5df051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ Once the chart installation is complete, verify the dapr-operator, dapr-placemen
$ kubectl get pods -n dapr-system -w
NAME READY STATUS RESTARTS AGE
dapr-dashboard-7bd6cbf5bf-xglsr 1/1 Running 0 40s
dapr-operator-7bd6cbf5bf-xglsr 1/1 Running 0 40s
dapr-placement-7f8f76778f-6vhl2 1/1 Running 0 40s
dapr-sidecar-injector-8555576b6f-29cqm 1/1 Running 0 40s