Skip to content

Commit 8674e3e

Browse files
committed
fix links from other articles
1 parent f101366 commit 8674e3e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Install Event Grid on Azure Arc enabled Kubernetes cluster
3-
description: This article provides steps to install Event Grid on Azure Arc enabled Kubernetes cluster.
2+
title: Install Event Grid on Azure Arc-enabled Kubernetes cluster
3+
description: This article provides steps to install Event Grid on Azure Arc-enabled Kubernetes cluster.
44
author: jfggdl
55
ms.author: jafernan
66
ms.subservice: kubernetes
77
ms.date: 03/24/2022
88
ms.topic: how-to
99
---
1010

11-
# Install Event Grid extension on Azure Arc enabled Kubernetes cluster
11+
# Install Event Grid extension on Azure Arc-enabled Kubernetes cluster
1212
This article guides you through the steps to install Event Grid on an [Azure Arc-enabled Kubernetes](../../azure-arc/kubernetes/overview.md) cluster.
1313

1414
For brevity, this article refers to "Event Grid on Kubernetes extension" as "Event Grid on Kubernetes" or just "Event Grid".
@@ -24,10 +24,10 @@ Following are the supported Kubernetes distributions to which Event Grid can be
2424

2525

2626
## Event Grid Extension
27-
The operation that installs an Event Grid service instance on a Kubernetes cluster is the creation of an Azure Arc cluster extension, which deploys both an **Event Grid broker** and an **Event Grid operator**. For more information on the function of the broker and operator, see [Event Grid on Kubernetes components](concepts.md#event-grid-on-kubernetes-components). [Azure Arc cluster extension](../../azure-arc/kubernetes/conceptual-extensions.md) feature provides lifecycle management using Azure Resource Manager (ARM) control plane operations to Event Grid deployed to Azure Arc enabled Kubernetes clusters.
27+
The operation that installs an Event Grid service instance on a Kubernetes cluster is the creation of an Azure Arc cluster extension, which deploys both an **Event Grid broker** and an **Event Grid operator**. For more information on the function of the broker and operator, see [Event Grid on Kubernetes components](concepts.md#event-grid-on-kubernetes-components). [Azure Arc cluster extension](../../azure-arc/kubernetes/conceptual-extensions.md) feature provides lifecycle management using Azure Resource Manager (ARM) control plane operations to Event Grid deployed to Azure Arc-enabled Kubernetes clusters.
2828

2929
> [!NOTE]
30-
> The preview version of the service only supports a single instance of the Event Grid extension on a Kubernetes cluster as the Event Grid extension is currently defined as a cluster-scoped extension. There is no support for namespace-scoped deployments for Event Grid yet that would allow for multiple instances to be deployed to a cluster. For more information on extension scopes, see [Create extension instance](../../azure-arc/kubernetes/extensions.md#create-extensions-instance) and search for ``scope``.
30+
> The preview version of the service only supports a single instance of the Event Grid extension on a Kubernetes cluster as the Event Grid extension is currently defined as a cluster-scoped extension. There is no support for namespace-scoped deployments for Event Grid yet that would allow for multiple instances to be deployed to a cluster. For more information on extension scopes, see [Extension scope](../../azure-arc/kubernetes/conceptual-extensions.md#extension-scope).
3131
3232
## Prerequisites
3333
Before proceeding with the installation of Event Grid, make sure the following prerequisites are met.
@@ -244,7 +244,7 @@ To establish a secure HTTPS communication with the Event Grid broker and Event G
244244

245245
**Problem**: When navigating to **Azure Arc** and clicking **Kubernetes cluster** on the left-hand side menu, the page displayed doesn't show the Kubernetes cluster where I intent to install Event Grid.
246246
247-
**Resolution**: Your Kubernetes cluster isn't registered with Azure. Follow the steps in article [Connect an existing Kubernetes cluster to Azure Arc](../../azure-arc/kubernetes/quickstart-connect-cluster.md). If you have a problem during this step, file a [support request](#getting-support) with the Azure Arc enabled Kubernetes team.
247+
**Resolution**: Your Kubernetes cluster isn't registered with Azure. Follow the steps in article [Connect an existing Kubernetes cluster to Azure Arc](../../azure-arc/kubernetes/quickstart-connect-cluster.md). If you have a problem during this step, file a [support request](#getting-support) with the Azure Arc-enabled Kubernetes team.
248248

249249
### Event Grid extension issues
250250

articles/machine-learning/how-to-deploy-kubernetes-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Upon Azure Machine Learning extension deployment completes, you can use `kubectl
201201
Update, list, show and delete an Azure Machine Learning extension.
202202

203203
- For AKS cluster without Azure Arc connected, refer to [Usage of AKS extensions](../aks/cluster-extensions.md#usage-of-cluster-extensions).
204-
- For Azure Arc-enabled Kubernetes, refer to [Usage of cluster extensions](../azure-arc/kubernetes/extensions.md#usage-of-cluster-extensions).
204+
- For Azure Arc-enabled Kubernetes, refer to [Deploy and manage Azure Arc-enabled Kubernetes cluster extensions](../azure-arc/kubernetes/extensions.md).
205205

206206

207207
## Next steps

0 commit comments

Comments
 (0)