Skip to content

Commit 30a7919

Browse files
committed
hw reqs
1 parent 09956f5 commit 30a7919

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/azure-arc/kubernetes/quickstart-connect-cluster.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Quickstart: Connect an existing Kubernetes cluster to Azure Arc"
33
description: In this quickstart, you learn how to connect an Azure Arc-enabled Kubernetes cluster.
44
ms.topic: quickstart
5-
ms.date: 11/04/2022
5+
ms.date: 02/03/2023
66
ms.custom: template-quickstart, mode-other, devx-track-azurecli, devx-track-azurepowershell
77
ms.devlang: azurecli
88
---
@@ -45,6 +45,8 @@ For a conceptual look at connecting clusters to Azure Arc, see [Azure Arc-enable
4545
>[!NOTE]
4646
> The cluster needs to have at least one node of operating system and architecture type `linux/amd64`. Clusters with only `linux/arm64` nodes aren't yet supported.
4747
48+
* At least 850 MB free for the Arc agents that will be deployed on the cluster, and capacity to use approximately 7% of a single CPU. For a multi-node Kubernetes cluster environment, pods can get scheduled on different nodes.
49+
4850
* A [kubeconfig file](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) and context pointing to your cluster.
4951

5052
* Install [Helm 3](https://helm.sh/docs/intro/install). Ensure that the Helm 3 version is < 3.7.0.
@@ -62,6 +64,7 @@ For a conceptual look at connecting clusters to Azure Arc, see [Azure Arc-enable
6264
```azurepowershell-interactive
6365
Install-Module -Name Az.ConnectedKubernetes
6466
```
67+
6568
* An identity (user or service principal) which can be used to [log in to Azure PowerShell](/powershell/azure/authenticate-azureps) and connect your cluster to Azure Arc.
6669
6770
> [!IMPORTANT]
@@ -83,6 +86,8 @@ For a conceptual look at connecting clusters to Azure Arc, see [Azure Arc-enable
8386
>[!NOTE]
8487
> The cluster needs to have at least one node of operating system and architecture type `linux/amd64`. Clusters with only `linux/arm64` nodes aren't yet supported.
8588
89+
* At least 850 MB free for the Arc agents that will be deployed on the cluster, and capacity to use approximately 7% of a single CPU. For a multi-node Kubernetes cluster environment, pods can get scheduled on different nodes.
90+
8691
* A [kubeconfig file](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) and context pointing to your cluster.
8792
8893
* Install [Helm 3](https://helm.sh/docs/intro/install). Ensure that the Helm 3 version is < 3.7.0.

0 commit comments

Comments
 (0)