Skip to content

Commit 9382c6c

Browse files
Merge pull request #210755 from JnHs/jh-arck8-upgver
add version note
2 parents 4983bd0 + da7d416 commit 9382c6c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

articles/azure-arc/kubernetes/agent-upgrade.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,29 @@ az connectedk8s connect --name AzureArcTest1 --resource-group AzureArcTest --dis
3939

4040
After you connect a cluster to Azure Arc, you can change the automatic upgrade selection by using the `az connectedk8s update` command and setting `--auto-upgrade` to either true or false.
4141

42+
> [!IMPORTANT]
43+
> To change the automatic upgrade setting, you must use version 1.2.11 of the `connectedk8s` Azure CLI extension. We are working to enable this functionality in future releases.
44+
>
45+
> To ensure you are using this version, run the following commands:
46+
>
47+
> ```azurecli
48+
> # remove existing extension
49+
> az extension remove --name connectedk8s
50+
>
51+
> # add specific extension version
52+
> az extension add --name connectedk8s --version 1.2.11
53+
> ```
54+
>
55+
> Once you've adjusted the automatic upgrade selection, use the following command to revert back to the latest version of the extension:
56+
>
57+
> ```azurecli
58+
> # remove existing extension
59+
> az extension remove --name connectedk8s
60+
>
61+
> # add latest extension version
62+
> az extension add --name connectedk8s
63+
> ```
64+
4265
The following command turns automatic upgrade off for a connected cluster:
4366
4467
```azurecli

0 commit comments

Comments
 (0)