Skip to content

Commit eb1ed0a

Browse files
author
naman-msft
committed
updated doc
1 parent 6445b55 commit eb1ed0a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scenarios/azure-aks-docs/articles/aks/node-image-upgrade.md

+10
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ This article shows you how to upgrade AKS cluster node images and how to update
2121
>
2222
> It's not possible to downgrade a node image version (for example *AKSUbuntu-2204 to AKSUbuntu-1804*, or *AKSUbuntu-2204-202308.01.0 to AKSUbuntu-2204-202307.27.0*).
2323
24+
25+
## Connect to your AKS cluster
26+
27+
1. Connect to your AKS cluster using the [`az aks get-credentials`][az-aks-get-credentials] command.
28+
29+
```azurecli-interactive
30+
az aks get-credentials \
31+
--resource-group $AKS_RESOURCE_GROUP \
32+
--name $AKS_CLUSTER
33+
```
2434
## Check for available node image upgrades
2535
2636
1. Check for available node image upgrades using the [`az aks nodepool get-upgrades`][az-aks-nodepool-get-upgrades] command.

0 commit comments

Comments
 (0)