From 8cb040152fc62d5d77cdf4452d4eb28de7abe3b1 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Wed, 10 Aug 2022 15:59:11 -0500 Subject: [PATCH] add output of success Signed-off-by: Hannah Hunter --- .../azure-kubernetes-service-extension.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md b/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md index efcf7d709..a3b7928f4 100644 --- a/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md +++ b/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md @@ -86,4 +86,24 @@ Once the k8-extension finishes provisioning, you can confirm that the Dapr contr kubectl get pods -n dapr-system ``` +The confirmation output should look like: + +``` +~  kubectl get pods -n dapr-system +NAME READY STATUS RESTARTS AGE +dapr-dashboard-5f49d48796-rnt5t 1/1 Running 0 1h +dapr-operator-98579b8b4-fpz7k 1/1 Running 0 1h +dapr-operator-98579b8b4-nn5vm 1/1 Running 0 1h +dapr-operator-98579b8b4-pplqr 1/1 Running 0 1h +dapr-placement-server-0 1/1 Running 0 1h +dapr-placement-server-1 1/1 Running 0 1h +dapr-placement-server-2 1/1 Running 0 1h +dapr-sentry-775bccdddb-htcl7 1/1 Running 0 1h +dapr-sentry-775bccdddb-vtfxj 1/1 Running 0 1h +dapr-sentry-775bccdddb-w4l8x 1/1 Running 0 1h +dapr-sidecar-injector-9555889bc-klb9g 1/1 Running 0 1h +dapr-sidecar-injector-9555889bc-rpjwl 1/1 Running 0 1h +dapr-sidecar-injector-9555889bc-rqjgt 1/1 Running 0 1h +``` + For further information such as configuration options and targeting specific versions of Dapr, see the official [AKS Dapr Extension Docs](https://docs.microsoft.com/azure/aks/dapr). \ No newline at end of file