Skip to content

Commit bc70cf3

Browse files
Merge pull request #249527 from JnHs/jh-arck8-113976
fixes MicrosoftDocs/azure-docs#113976
2 parents 9dcf4e6 + 8185fdc commit bc70cf3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/azure-arc/kubernetes/system-requirements.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Azure Arc-enabled Kubernetes system requirements"
3-
ms.date: 04/27/2023
3+
ms.date: 08/28/2023
44
ms.topic: conceptual
55
ms.custom: devx-track-azurepowershell
66
description: Learn about the system requirements to connect Kubernetes clusters to Azure Arc.
@@ -34,9 +34,7 @@ For a multi-node Kubernetes cluster environment, pods can get scheduled on diffe
3434

3535
## Management tool requirements
3636

37-
Connecting a cluster to Azure Arc requires [Helm 3](https://helm.sh/docs/intro/install), version 3.7.0 or earlier.
38-
39-
You'll also need to use either Azure CLI or Azure PowerShell.
37+
To connect a cluster to Azure Arc, you'll need to use either Azure CLI or Azure PowerShell.
4038

4139
For Azure CLI:
4240

@@ -56,6 +54,9 @@ For Azure PowerShell:
5654
Install-Module -Name Az.ConnectedKubernetes
5755
```
5856
57+
> [!NOTE]
58+
> When you deploy the Azure Arc agents to a cluster, Helm v. 3.6.3 will be installed in the `.azure` folder of the deployment machine. This [Helm 3](https://helm.sh/docs/) installation is only used for Azure Arc, and it doesn't remove or change any previously installed versions of Helm on the machine.
59+
5960
## Azure AD identity requirements
6061
6162
To connect your cluster to Azure Arc, you must have an Azure AD identity (user or service principal) which can be used to log in to [Azure CLI](/cli/azure/authenticate-azure-cli) or [Azure PowerShell](/powershell/azure/authenticate-azureps) and connect your cluster to Azure Arc.

0 commit comments

Comments
 (0)