You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: scenarios/azure-aks-docs/articles/aks/node-image-upgrade.md
+10
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,16 @@ This article shows you how to upgrade AKS cluster node images and how to update
21
21
>
22
22
> 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*).
23
23
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
+
```
24
34
## Check for available node image upgrades
25
35
26
36
1. Check for available node image upgrades using the [`az aks nodepool get-upgrades`][az-aks-nodepool-get-upgrades] command.
0 commit comments