Skip to content

Commit ed95d06

Browse files
committed
standardize on using latest versions of core cli and extensions
1 parent be60271 commit ed95d06

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
2424

2525
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2626

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.
2828

29-
- Install the `connectedk8s` Azure CLI extension of version >= 1.2.5:
29+
- Install the latest version of the `connectedk8s` Azure CLI extension:
3030

3131
```azurecli
3232
az extension add --name connectedk8s
@@ -40,7 +40,7 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
4040

4141
- An existing Azure Arc-enabled Kubernetes connected cluster.
4242
- 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.
4444

4545
- 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):
4646

@@ -68,7 +68,7 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
6868

6969
- An existing Azure Arc-enabled Kubernetes connected cluster.
7070
- 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.
7272

7373
- 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):
7474

articles/azure-arc/kubernetes/custom-locations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ In this article, you learn how to:
2222
2323
## Prerequisites
2424

25-
- [Install or upgrade Azure CLI](/cli/azure/install-azure-cli) to version >= 2.16.0.
25+
- [Install or upgrade Azure CLI](/cli/azure/install-azure-cli) to the latest version.
2626

27-
- Install the following Azure CLI extensions:
28-
- `connectedk8s` (version 1.2.0 or later)
29-
- `k8s-extension` (version 1.0.0 or later)
30-
- `customlocation` (version 0.1.3 or later)
27+
- Install the latest versions of the following Azure CLI extensions:
28+
- `connectedk8s`
29+
- `k8s-extension`
30+
- `customlocation`
3131

3232
```azurecli
3333
az extension add --name connectedk8s
@@ -59,7 +59,7 @@ In this article, you learn how to:
5959
Once registered, the `RegistrationState` state will have the `Registered` value.
6060
6161
- Verify you have an existing [Azure Arc-enabled Kubernetes connected cluster](quickstart-connect-cluster.md).
62-
- [Upgrade your agents](agent-upgrade.md#manually-upgrade-agents) to version 1.5.3 or later.
62+
- [Upgrade your agents](agent-upgrade.md#manually-upgrade-agents) to the latest version.
6363
6464
## Enable custom locations on your cluster
6565

articles/azure-arc/kubernetes/extensions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ A conceptual overview of this feature is available in [Cluster extensions - Azur
2727

2828
## Prerequisites
2929

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:
3232

3333
```azurecli
3434
az extension add --name connectedk8s
@@ -44,7 +44,7 @@ A conceptual overview of this feature is available in [Cluster extensions - Azur
4444
4545
* An existing Azure Arc-enabled Kubernetes connected cluster.
4646
* 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.
4848
4949
## Currently available extensions
5050

0 commit comments

Comments
 (0)