Skip to content

Commit a3c0e8c

Browse files
committed
add another item
1 parent e175ca8 commit a3c0e8c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,17 @@ For a conceptual look at connecting clusters to Azure Arc, see [Azure Arc-enable
4242
* Self-managed Kubernetes cluster using [Cluster API](https://cluster-api.sigs.k8s.io/user/quick-start.html)
4343
* If you want to connect an OpenShift cluster to Azure Arc, you need to execute the following command just once on your cluster before running `New-AzConnectedKubernetes`:
4444

45-
```azurecli-interactive
46-
oc adm policy add-scc-to-user privileged -z <service account name> -n <service account namespace>
47-
```
45+
```azurecli-interactive
46+
oc adm policy add-scc-to-user privileged -z <service account name> -n <service account namespace>
47+
```
4848
4949
>[!NOTE]
5050
> 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.
5151
5252
* A [kubeconfig file](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) and context pointing to your cluster.
5353
54+
* Install [Helm 3](https://helm.sh/docs/intro/install). Ensure that the Helm 3 version is &lt; 3.7.0.
55+
5456
### [Azure PowerShell](#tab/azure-powershell)
5557
5658
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

0 commit comments

Comments
 (0)