Skip to content

Commit 76f5646

Browse files
authored
Merge pull request #206556 from JnHs/jh-arck8-qoscli
Fixes MicrosoftDocs/azure-docs#96307
2 parents 43feab2 + a3c0e8c commit 76f5646

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 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: 07/28/2022
5+
ms.date: 08/01/2022
66
ms.custom: template-quickstart, mode-other, devx-track-azurecli, devx-track-azurepowershell
77
ms.devlang: azurecli
88
---
@@ -40,12 +40,19 @@ For a conceptual look at connecting clusters to Azure Arc, see [Azure Arc-enable
4040
* [Kubernetes in Docker (KIND)](https://kind.sigs.k8s.io/)
4141
* Create a Kubernetes cluster using Docker for [Mac](https://docs.docker.com/docker-for-mac/#kubernetes) or [Windows](https://docs.docker.com/docker-for-windows/#kubernetes)
4242
* Self-managed Kubernetes cluster using [Cluster API](https://cluster-api.sigs.k8s.io/user/quick-start.html)
43+
* 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`:
44+
45+
```azurecli-interactive
46+
oc adm policy add-scc-to-user privileged -z <service account name> -n <service account namespace>
47+
```
4348
4449
>[!NOTE]
4550
> 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.
4651
4752
* A [kubeconfig file](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) and context pointing to your cluster.
4853
54+
* Install [Helm 3](https://helm.sh/docs/intro/install). Ensure that the Helm 3 version is &lt; 3.7.0.
55+
4956
### [Azure PowerShell](#tab/azure-powershell)
5057
5158
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -72,7 +79,7 @@ For a conceptual look at connecting clusters to Azure Arc, see [Azure Arc-enable
7279
* [Kubernetes in Docker (KIND)](https://kind.sigs.k8s.io/)
7380
* Create a Kubernetes cluster using Docker for [Mac](https://docs.docker.com/docker-for-mac/#kubernetes) or [Windows](https://docs.docker.com/docker-for-windows/#kubernetes)
7481
* Self-managed Kubernetes cluster using [Cluster API](https://cluster-api.sigs.k8s.io/user/quick-start.html)
75-
* If you want to connect a OpenShift cluster to Azure Arc, you need to execute the following command just once on your cluster before running `New-AzConnectedKubernetes`:
82+
* 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`:
7683
7784
```bash
7885
oc adm policy add-scc-to-user privileged system:serviceaccount:azure-arc:azure-arc-kube-aad-proxy-sa

0 commit comments

Comments
 (0)