...
Table of Content
Table of Contents | ||
---|---|---|
|
Check for Available AKS Cluster Upgrade
Navigate to Azure Portal:
Go to the Azure portal and search for Kubernetes services.
...
Check Current AKS Version:
...
Upgrades from an unsupported
1.10.x
to a supported1.12.x
are allowed if available.
version. For example, you can perform an upgrade from an unsupported 1.10.x to a supported 1.12.x if available.
Upgrade an AKS Cluster
Back-Up and Delete PDB Policy:
...
az aks upgrade --resource-group <myResourceGroup> --name <myAKSCluster> --kubernetes-version <KUBERNETES_VERSION>
Example:az aks upgrade --resource-group stinsco1-ResGroup --name stinsco1-akscluster1-eastus --kubernetes-version 1.28.9
...