Unsupported Kubernetes version is detected - But I'm on the latest version!

Will Newman 21 Reputation points
2020-07-22T12:54:25.137+00:00

Hi.

I've got an Advisor recommendation on my AKS cluster (UK South) saying :

Unsupported Kubernetes version is detected

The portal says I am running v 11.8.4

So, as per - https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster I run:

az aks get-upgrades --resource-group myResourceGroup --name myAKSCluster --output table

And get:

ERROR: Table output unavailable. Use the --query option to specify an appropriate query. Use --debug for more inf

Which the link says means no upgrade is available.

If I run :

az aks get-upgrades --resource-group $RG --name $AKS

"controlPlaneProfile": {
"kubernetesVersion": "1.18.4",
"name": null,
"osType": "Linux",
"upgrades": null
},

Which suggests no upgrade is available.

Am I missing something or is there a bug in the advisor?

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,887 questions
0 comments No comments
{count} votes

Accepted answer
  1. vipullag-MSFT 24,711 Reputation points
    2020-07-23T05:53:58.453+00:00

    @WillNewman-3490

    As you mentioned, you are running 1.18.4 version of kubernetes. This version is not fully supported version in AKS (it is available in preview mode and not in GA mode) and hence you are seeing incompatible version in Advisor. This version would be available in Aug 20 as GA. Please check the release schedule for AKS information here.

    Since this is preview mode, you will not be able to downgrade to 1.17.x (supported AKS GA versions). If you are planning to use AKS in production environment, I would recommend you to create another cluster with 1.17.x and move your workload to that cluster as that is fully supported version in AKS for now.

    Hope this helps.

    Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics.


0 additional answers

Sort by: Most helpful