Skip to content

Commit 6996450

Browse files
committed
prereqs formatting
1 parent 3b160f8 commit 6996450

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

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

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,10 @@ In addition to the prerequisites below, be sure to meet all [network requirement
2020
### [Azure CLI](#tab/azure-cli)
2121

2222
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
23-
2423
* A basic understanding of [Kubernetes core concepts](../../aks/concepts-clusters-workloads.md).
25-
2624
* 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:
3127

3228
```azurecli
3329
az extension add --name connectedk8s
@@ -42,27 +38,21 @@ In addition to the prerequisites below, be sure to meet all [network requirement
4238
> The cluster needs to have at least one node of operating system and architecture type `linux/amd64` and/or `linux/arm64`.
4339
4440
* 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-
4641
* A [kubeconfig file](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) and context pointing to your cluster.
47-
4842
* Install [Helm 3](https://helm.sh/docs/intro/install). Ensure that the Helm 3 version is < 3.7.0.
4943

5044
### [Azure PowerShell](#tab/azure-powershell)
5145

5246
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
53-
5447
* 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.
5649
* [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:
5951

6052
```azurepowershell-interactive
6153
Install-Module -Name Az.ConnectedKubernetes
6254
```
6355
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-
6656
* An up-and-running Kubernetes cluster. If you don't have one, you can create a cluster using one of these options:
6757
* [Kubernetes in Docker (KIND)](https://kind.sigs.k8s.io/)
6858
* 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
7262
> The cluster needs to have at least one node of operating system and architecture type `linux/amd64` and/or `linux/arm64`.
7363
7464
* 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-
7665
* A [kubeconfig file](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) and context pointing to your cluster.
77-
7866
* Install [Helm 3](https://helm.sh/docs/intro/install). Ensure that the Helm 3 version is < 3.7.0.
7967
8068
---

0 commit comments

Comments
 (0)