mirror of https://github.com/dapr/docs.git
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:
parent
d5a9525a40
commit
a80c5df051
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue