Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Content

Table of Contents
stylenone

Check for Available AKS Cluster Upgrade

  1. Navigate to Azure Portal:

  • Go to the Azure portal and search for Kubernetes services.

...

  1. Check Current AKS Version:

...

  • Upgrades from an unsupported 1.10.x to a supported 1.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

...