Trying to create a resource using ARM template. But as the template is outdated and not contain supported AKS version to select

Carlos Bermudez Lopez 1 Reputation point Microsoft Employee
2021-06-16T18:31:10.02+00:00

Trying to create AKS empty service. AKS version listed in template is max 1.18.14. On review and create, Get error:

{'code':'InvalidTemplateDeployment','details':[{'code':'AgentPoolK8sVersionNotSupported','message':'Provisioning of resource(s) for container service u-lvms-HLF-AKS in resource group aks-hlf-test-order failed. Message: {\n \'code\': \'AgentPoolK8sVersionNotSupported\',\n \'message\': \'Version 1.18.14 is not supported in this region. Please use [az aks get-versions] command to get the supported version list in this region. For more information, please check https://aka.ms/supported-version-list\\'\\n }. Details: '}],'message':'****The template deployment 'microsoft-azure-blockchain.azure-blockchain-hyper-20210601110111**' is not valid according to the validation procedure.** The tracking id is '9b086f0a-53e2-48f3-956f-520d49a835ca'. See inner errors for details.'}

minimum supported version is 1.18.17, and is not in the template.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
38,567 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Chintan Rajvir 426 Reputation points Microsoft Employee
    2021-06-17T05:24:16.347+00:00

    Hi @Carlos Bermudez Lopez ,

    We are making changes in marketplace template to address this issue. However, as the following note suggests, the template would only be able to support HLF v1.4.x over AKS v1.18.x, as the update in underlying runtime of the open-source Kubernetes in AKS v1.19.x onwards from docker to containerd runtime, would not allow creation of chaincode containers in HLF v1.4.x. Meanwhile, to unblock and utilize the ARM template directly, one can use the steps published in the template GitHub repository here.

    Please note that the template would be retiring alongside the retirement of AKS v1.18.x and that it would not be upgraded to support HLF 2.2.x.

    Regards,
    Chintan Rajvir


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.