Skip to content

Commit 766c97d

Browse files
Merge pull request #287450 from Mzamankhan/patch-3
Update connect-cluster-k3s.md
2 parents 321f366 + cc3c204 commit 766c97d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/iot-operations/includes/connect-cluster-k3s.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ ms.custom: include file, ignite-2023, devx-track-azurecli
2929
```azurecli
3030
az group create --location $LOCATION --resource-group $RESOURCE_GROUP --subscription $SUBSCRIPTION_ID
3131
```
32+
1. Remove the existing connected k8s cli if any
33+
```azurecli
34+
az extension remove --name connectedk8s
35+
```
3236

3337
1. Download and install a preview version of the `connectedk8s` extension for Azure CLI.
3438

@@ -37,7 +41,7 @@ ms.custom: include file, ignite-2023, devx-track-azurecli
3741
az extension add --upgrade --source connectedk8s-1.10.0-py2.py3-none-any.whl
3842
```
3943

40-
1. Export environment variables that the `az connectedk8s upgrade` command requires.
44+
1. Export environment variables that the `az connectedk8s connect` command requires.
4145

4246
```bash
4347
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml

0 commit comments

Comments
 (0)