Skip to content

Commit 6c54f5b

Browse files
committed
update comments
1 parent 29ae2c3 commit 6c54f5b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,20 @@ After you connect a cluster to Azure Arc, you can change the automatic upgrade s
4545
> To ensure you are using this version, run the following commands:
4646
>
4747
> ```azurecli
48-
> # remove existing module
48+
> # remove existing extension
4949
> az extension remove --name connectedk8s
5050
>
51-
> # add specific module version
51+
> # add specific extension version
5252
> az extension add --name connectedk8s --version 1.2.11
5353
> ```
5454
>
5555
> Once you've adjusted the automatic upgrading, use the following command to revert back to the latest version of the extension:
5656
>
5757
> ```azurecli
58-
> # remove existing module
58+
> # remove existing extension
5959
> az extension remove --name connectedk8s
6060
>
61+
> #add latest extension version
6162
> az extension add --name connectedk8s
6263
> ```
6364

0 commit comments

Comments
 (0)