mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
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:
parent
12ebd06694
commit
e6c40a7f8a
@ -19,5 +19,5 @@ variable "location" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable "kubernetes_version" {
|
variable "kubernetes_version" {
|
||||||
default = "1.16.10"
|
default = "1.22.2"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user