Fix: Version 1.16.10 is not supported in this region.

Full:
Error: creating Managed Kubernetes Cluster "aks-getting-started" (Resource Group "aks-getting-started"): containerservice.ManagedClustersClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="AgentPoolK8sVersionNotSupported" Message="Version 1.16.10 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"
This commit is contained in:
Treehopper 2021-11-24 16:22:11 +00:00
parent 12ebd06694
commit e6c40a7f8a

View File

@ -19,5 +19,5 @@ variable "location" {
} }
variable "kubernetes_version" { variable "kubernetes_version" {
default = "1.16.10" default = "1.22.2"
} }