mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
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"
23 lines
287 B
HCL
23 lines
287 B
HCL
variable "serviceprinciple_id" {
|
|
}
|
|
|
|
variable "serviceprinciple_key" {
|
|
}
|
|
|
|
variable "tenant_id" {
|
|
}
|
|
|
|
variable "subscription_id" {
|
|
}
|
|
|
|
|
|
variable "ssh_key" {
|
|
}
|
|
|
|
variable "location" {
|
|
default = "australiaeast"
|
|
}
|
|
|
|
variable "kubernetes_version" {
|
|
default = "1.22.2"
|
|
} |