You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/kubernetes/quickstart-connect-cluster.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,10 @@ In addition to the prerequisites below, be sure to meet all [network requirement
20
20
### [Azure CLI](#tab/azure-cli)
21
21
22
22
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
23
-
24
23
* A basic understanding of [Kubernetes core concepts](../../aks/concepts-clusters-workloads.md).
25
-
26
24
* An [identity (user or service principal)](system-requirements.md#azure-ad-identity-requirements) which can be used to [log in to Azure CLI](/cli/azure/authenticate-azure-cli) and connect your cluster to Azure Arc.
27
-
28
-
*[Install or upgrade Azure CLI](/cli/azure/install-azure-cli) to the latest version.
29
-
30
-
* Install the latest version of **connectedk8s** Azure CLI extension:
25
+
* The latest version of [Azure CLI](/cli/azure/install-azure-cli).
26
+
* The latest version of **connectedk8s** Azure CLI extension, installed by running the following command:
31
27
32
28
```azurecli
33
29
az extension add --name connectedk8s
@@ -42,27 +38,21 @@ In addition to the prerequisites below, be sure to meet all [network requirement
42
38
> The cluster needs to have at least one node of operating system and architecture type `linux/amd64` and/or `linux/arm64`.
43
39
44
40
* 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.
45
-
46
41
* A [kubeconfig file](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) and context pointing to your cluster.
47
-
48
42
* Install [Helm 3](https://helm.sh/docs/intro/install). Ensure that the Helm 3 version is < 3.7.0.
49
43
50
44
### [Azure PowerShell](#tab/azure-powershell)
51
45
52
46
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
53
-
54
47
* A basic understanding of [Kubernetes core concepts](../../aks/concepts-clusters-workloads.md).
55
-
48
+
* An [identity (user or service principal)](system-requirements.md#azure-ad-identity-requirements) which can be used to [log in to Azure PowerShell](/powershell/azure/authenticate-azureps) and connect your cluster to Azure Arc.
56
49
*[Azure PowerShell version 6.6.0 or later](/powershell/azure/install-az-ps)
57
-
58
-
* Install the **Az.ConnectedKubernetes** PowerShell module:
50
+
* The **Az.ConnectedKubernetes** PowerShell module, installed by running the following command:
59
51
60
52
```azurepowershell-interactive
61
53
Install-Module -Name Az.ConnectedKubernetes
62
54
```
63
55
64
-
* An [identity (user or service principal)](system-requirements.md#azure-ad-identity-requirements) which can be used to [log in to Azure PowerShell](/powershell/azure/authenticate-azureps) and connect your cluster to Azure Arc.
65
-
66
56
* An up-and-running Kubernetes cluster. If you don't have one, you can create a cluster using one of these options:
67
57
* [Kubernetes in Docker (KIND)](https://kind.sigs.k8s.io/)
68
58
* 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)
@@ -72,9 +62,7 @@ In addition to the prerequisites below, be sure to meet all [network requirement
72
62
> The cluster needs to have at least one node of operating system and architecture type `linux/amd64` and/or `linux/arm64`.
73
63
74
64
* 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.
75
-
76
65
* A [kubeconfig file](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) and context pointing to your cluster.
77
-
78
66
* Install [Helm 3](https://helm.sh/docs/intro/install). Ensure that the Helm 3 version is < 3.7.0.
0 commit comments