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/cluster-connect.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
24
24
25
25
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
26
26
27
-
-[Install](/cli/azure/install-azure-cli) or [update](/cli/azure/update-azure-cli) Azure CLI to version >= 2.16.0.
27
+
-[Install](/cli/azure/install-azure-cli) or [update](/cli/azure/update-azure-cli) Azure CLI to the latest version.
28
28
29
-
- Install the `connectedk8s` Azure CLI extension of version >= 1.2.5:
29
+
- Install the latest version of the `connectedk8s` Azure CLI extension:
30
30
31
31
```azurecli
32
32
az extension add --name connectedk8s
@@ -40,7 +40,7 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
40
40
41
41
- An existing Azure Arc-enabled Kubernetes connected cluster.
42
42
- If you haven't connected a cluster yet, use our [quickstart](quickstart-connect-cluster.md).
43
-
-[Upgrade your agents](agent-upgrade.md#manually-upgrade-agents) to version >= 1.5.3.
43
+
-[Upgrade your agents](agent-upgrade.md#manually-upgrade-agents) to the latest version.
44
44
45
45
- Enable the below endpoints for outbound access in addition to the ones mentioned under [connecting a Kubernetes cluster to Azure Arc](quickstart-connect-cluster.md#meet-network-requirements):
46
46
@@ -68,7 +68,7 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
68
68
69
69
- An existing Azure Arc-enabled Kubernetes connected cluster.
70
70
- If you haven't connected a cluster yet, use our [quickstart](quickstart-connect-cluster.md).
71
-
-[Upgrade your agents](agent-upgrade.md#manually-upgrade-agents) to version >= 1.5.3.
71
+
-[Upgrade your agents](agent-upgrade.md#manually-upgrade-agents) to the latest version.
72
72
73
73
- Enable the below endpoints for outbound access in addition to the ones mentioned under [connecting a Kubernetes cluster to Azure Arc](quickstart-connect-cluster.md#meet-network-requirements):
Copy file name to clipboardExpand all lines: articles/azure-arc/kubernetes/extensions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ A conceptual overview of this feature is available in [Cluster extensions - Azur
27
27
28
28
## Prerequisites
29
29
30
-
*[Install or upgrade Azure CLI](/cli/azure/install-azure-cli) to version >= 2.16.0.
31
-
*`connectedk8s` (version >= 1.2.0) and `k8s-extension` (version >= 1.0.0) Azure CLI extensions. Install the latest version of these Azure CLI extensions by running the following commands:
30
+
*[Install or upgrade Azure CLI](/cli/azure/install-azure-cli) to the latest version.
31
+
*Install the latest version of the `connectedk8s`and `k8s-extension` Azure CLI extensions by running the following commands:
32
32
33
33
```azurecli
34
34
az extension add --name connectedk8s
@@ -44,7 +44,7 @@ A conceptual overview of this feature is available in [Cluster extensions - Azur
44
44
45
45
* An existing Azure Arc-enabled Kubernetes connected cluster.
46
46
* If you haven't connected a cluster yet, use our [quickstart](quickstart-connect-cluster.md).
47
-
* [Upgrade your agents](agent-upgrade.md#manually-upgrade-agents) to version >= 1.5.3.
47
+
* [Upgrade your agents](agent-upgrade.md#manually-upgrade-agents) to the latest version.
0 commit comments