Skip to content

Commit ce4a21e

Browse files
authored
Acrolinx
1 parent 1c0e231 commit ce4a21e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-grid/kubernetes/install-k8s-extension.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To establish a secure HTTPS communication with the Event Grid broker and Event G
7070
## Install using Azure portal
7171

7272
1. On the Azure portal, search (field on top) for **Azure Arc**
73-
1. Select **Kuberntes cluster** on the left-hand-side menu in the **Infrastructure** section
73+
1. Select **Kubernetes cluster** on the left-hand-side menu in the **Infrastructure** section
7474
1. Under the list of clusters, locate the one to which you want to install Event Grid, and select it. The **Overview** page for the cluster is displayed.
7575

7676
:::image type="content" source="./media/install-k8s-extension/select-kubernetes-cluster.png" alt-text="Select your Kubernetes cluster":::
@@ -117,7 +117,7 @@ To establish a secure HTTPS communication with the Event Grid broker and Event G
117117
1. Select **Review + create** at the bottom of the page.
118118
1. On the **Review + create** tab, select **Create**.
119119

120-
:::image type="content" source="./media/install-k8s-extension/review-create-page.png" alt-text="Install Event Grid extension - Rinformationeview and Create page":::
120+
:::image type="content" source="./media/install-k8s-extension/review-create-page.png" alt-text="Install Event Grid extension - Review and Create page":::
121121

122122
> [!IMPORTANT]
123123
> The installation of Event Grid is an asynchronous operation that may run longer on the Kubernetes cluster than the time you see a notification on the Azure Portal informing the deployment is complete. Wait at least 5 minutes after you see a notification that "Your deployment is complete" before attempting to create a custom location (next step). If you have access to the Kubernetes cluster, on a bash session you can execute the following command to validate if the Event Grid broker and Event Grid operator pods are in Running state, which would indicate the installation has completed:
@@ -225,7 +225,7 @@ To establish a secure HTTPS communication with the Event Grid broker and Event G
225225
"eventgridbroker.diagnostics.metrics.reporterType": "prometheus"
226226
}
227227
```
228-
1. Validate that the event grid extension has successfully installed.
228+
1. Validate that the Event Grid extension has successfully installed.
229229

230230
```azurecli-interactive
231231
az k8s-extension show --cluster-type connectedClusters --cluster-name <connected_cluster_name> --resource-group <resource_group_of_connected_cluster> --name <event_grid_extension_name>

0 commit comments

Comments
 (0)