Skip to content

Commit 5192b68

Browse files
Merge pull request #230307 from JnHs/jh-arck8-prereqh
update helm info
2 parents f79df45 + 55e4515 commit 5192b68

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

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

Lines changed: 8 additions & 12 deletions
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: 03/08/2023
5+
ms.date: 03/13/2023
66
ms.custom: template-quickstart, mode-other, devx-track-azurecli, devx-track-azurepowershell
77
ms.devlang: azurecli
88
---
@@ -39,7 +39,6 @@ In addition to the prerequisites below, be sure to meet all [network requirement
3939
4040
* 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.
4141
* A [kubeconfig file](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) and context pointing to your cluster.
42-
* Install [Helm 3](https://helm.sh/docs/intro/install). Ensure that the Helm 3 version is < 3.7.0.
4342

4443
### [Azure PowerShell](#tab/azure-powershell)
4544

@@ -63,7 +62,6 @@ In addition to the prerequisites below, be sure to meet all [network requirement
6362
6463
* 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.
6564
* A [kubeconfig file](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) and context pointing to your cluster.
66-
* Install [Helm 3](https://helm.sh/docs/intro/install). Ensure that the Helm 3 version is < 3.7.0.
6765
6866
---
6967
@@ -149,17 +147,16 @@ ResourceId : /subscriptions/00000000-0000-0000-0000-000000000000/resource
149147

150148
## Connect an existing Kubernetes cluster
151149

152-
Run the following command:
150+
Run the following command to connect your cluster. This command deploys the Azure Arc agents to the cluster and installs Helm v. 3.6.3 to the .azure folder of the deployment machine. This Helm 3 installation is only used for Azure Arc, and it does not remove or change any previously installed versions of Helm on the machine.
151+
152+
In this example, the cluster's name is AzureArcTest1.
153153

154154
### [Azure CLI](#tab/azure-cli)
155155

156156
```azurecli
157157
az connectedk8s connect --name AzureArcTest1 --resource-group AzureArcTest
158158
```
159159

160-
> [!NOTE]
161-
> If you are logged into Azure CLI using a service principal, an [additional parameter](troubleshooting.md#enable-custom-locations-using-service-principal) needs to be set to enable the custom location feature on the cluster.
162-
163160
Output:
164161

165162
```output
@@ -201,7 +198,7 @@ Helm release deployment succeeded
201198
> The above command without the location parameter specified creates the Azure Arc-enabled Kubernetes resource in the same location as the resource group. To create the Azure Arc-enabled Kubernetes resource in a different location, specify either `--location <region>` or `-l <region>` when running the `az connectedk8s connect` command.
202199
203200
> [!IMPORTANT]
204-
> In some cases, deployment may fail due to a timeout error. Please see our [troubleshooting guide](troubleshooting.md#helm-timeout-error) for details on how to resolve this issue.
201+
> If deployment fails due to a timeout error, see our [troubleshooting guide](troubleshooting.md#helm-timeout-error) for details on how to resolve this issue.
205202
206203
### [Azure PowerShell](#tab/azure-powershell)
207204

@@ -325,7 +322,7 @@ eastus AzureArcTest1 microsoft.kubernetes/connectedclusters
325322

326323
## View Azure Arc agents for Kubernetes
327324

328-
Azure Arc-enabled Kubernetes deploys a few agents into the `azure-arc` namespace.
325+
Azure Arc-enabled Kubernetes deploys several agents into the `azure-arc` namespace.
329326

330327
1. View these deployments and pods using:
331328

@@ -401,6 +398,5 @@ Remove-AzConnectedKubernetes -ClusterName AzureArcTest1 -ResourceGroupName Azure
401398

402399
## Next steps
403400

404-
Advance to the next article to learn how to deploy configurations to your connected Kubernetes cluster using GitOps.
405-
> [!div class="nextstepaction"]
406-
> [Deploy configurations using GitOps with Flux v2](tutorial-use-gitops-flux2.md)
401+
* Learn how to [deploy configurations using GitOps with Flux v2](tutorial-use-gitops-flux2.md).
402+
* [Troubleshoot common Azure Arc-enabled Kubernetes issues](troubleshooting.md).

0 commit comments

Comments
 (0)